Escaped characters, like $T, $N, etc. work just fine, and so do their hex representation counterparts ($09, $0A, etc). However, when I put something like $94, I get a set of nonsense values... see image attached after one spin of the program.
Could someone explain to me what is happening here? I'll continue to investigate...
I have a program which sequentially places byte representations of characters from a string into an array.
Escaped characters, like $T, $N, etc. work just fine, and so do their hex representation counterparts ($09, $0A, etc). However, when I put something like $94, I get a set of nonsense values... see image attached after one spin of the program.
Could someone explain to me what is happening here? I'll continue to investigate...