Hexadecimal constants
To specify a hexadecimal number, prefix the number with 0X or 0x.
To specify a hexadecimal number, prefix the number with 0X or 0x.
You can use either uppercase or lowercase for the hexadecimal numerals
A through F.
ai 5,4,0xF
# Add the hexadecimal value 0xF to the
# contents of GPR 4 and put the result
# in GPR 5.