Forum Discussion
SyafieqS
Super Contributor
5 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