Say I have a value 0x000000aa stored in register $t0.
Without using syscall 1, I want to print that value out in decimal which is 170.
In python it would just be str(170), but I'm not sure where to start in mips. Any hints?
User contributions licensed under CC BY-SA 3.0