This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Initializing Singned Characters

ARM6 does not allow initializing signed Char.
For example : INT8 Temp = 0xFE; ARM5 initializes it to -2.
ARM6 throws data out of range compilation error.

Parents Reply Children
No data