Let's say I have the integer 19 in MIPS,
It would look like this in binary: 000000000000000000000000000010011
It would look like this in hexadecimal: 00000013
But in MIPS, it is shown as 0x 000000013
My question is: what does 0x
represent in MIPS?