I have to debug a C application in assembler. I want to know if a register is containing a
NULL
. I need for that the hex value of that.
Note:
I use a PPC
CodePudding user response:
Null is 00
in hexadecimal.
Kindly refer to this: http://www.asciitable.com/