Search code examples
assemblypowerpc

What is a NULL in hexadecimal


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


Solution

  • Null is 00 in hexadecimal.

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