I was wondering if there was an easy method/code to display the contents of the instruction memory in hex format onto the the console in a MIPS program?
Asked
Active
Viewed 115 times
1
-
Using what tool? A debugger like `gdb` can do this quite easily. – wallyk Mar 24 '15 at 20:27