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.
NULL
Note:
I use a PPC
Null is 00 in hexadecimal.
00
Kindly refer to this: http://www.asciitable.com/