Forum Discussion
agaripcan6223
New Contributor
6 years agoAbout In-System Memory Content Editor
Hello to everyone. Does anyone know exactly the meaning of the content on the rightmost of the screen in the In-System Memory Content Editor interface where we view real-time memory contents? You ca...
SyafieqS
Super Contributor
6 years agoHi Ali,
In Hex Editor Pane, both are the value of your real time memory contents. Left side is in hex value and right side is in ascii character. It is the same thing. For each instance of an in-system memory or constant, the Hex Editor displays data in hexadecimal representation and ASCII characters (if the word size is a multiple of 8 bits). Unprintable ASCII characters are represented by a period (.). Example in your memory content the first row of last column which is "39" in hex is "9" in ascii character.
Thanks,
Regards