Re: Defined string with 4 characters is sizeof 4 in watch and 5 in compiled code.

"'Bill Frolik' [email protected] [msp430]" <[email protected]> Mon, 14 Jul 2014 20:17:05 -0700
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?