What is a NULL in hexadecimal

user1829804 picture user1829804 · Nov 28, 2012 · Viewed 21.3k times · Source

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

Answer

Rahul Tripathi picture Rahul Tripathi · Nov 28, 2012

Null is 00 in hexadecimal.

Kindly refer to this: http://www.asciitable.com/