Re: Defined string with 4 characters is sizeof 4 in watch and 5 in compiled code.
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.discuss |
|---|---|
| Message-ID | <000601cf9fdb$41896010$c49c2030$@com> |
If IAR assumes 32-bit data pointers, watch may be showing the size of the
address of the string.
Does watch sizeof("longer string") show 4, 13, or 14?