Content originally posted in LPCWare by cwpjr on Mon Mar 04 18:53:02 MST 2013
While halted If I enter into a ASCII Memory View on an aligned address
(in my instance 0x100006E0),
the string ( 2 spaces and an acsii 1)
in every case the next instruction step is placing a ascii "e" (hex 65) after the "1", as if I had entered " 1e".
The memory is .bss null filled.
This replicates itself in the next cell, i.e. if I start at the address given above and enter:
( 6 spaces and an acsii 1) the same thing happens - to me!
Hope this is reproducible!
BTW: This forum tool won't let me enter more than 1 space in a quoted string IE I enter ", then 2 or 6 spaces, then 1, then "
it shows " 1" in both cases.