Char - value change in simulation is 00h

Both in simulation and in debug, the conversion of the char is correct only at the beginning, then when changing the char it goes to 00h.

Is this a bug?

image

It does seem to be a problem. Having a letter on startup produces correct output. Changing to any letter produces “00h” output. Changing to number outputs correct number. Changing back to character outputs 00h again.

That’s right, thanks for taking the time to check it out.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.