What is a NULL in hexadecimal

assembly, powerpc

Solution

Null is `00` in hexadecimal.

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

Problem

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

Original source