Search found 2 matches
- Wed Apr 01, 2009 12:10 pm
- Forum: PSP Development
- Topic: Libraries for PSP disassembler.
- Replies: 2
- Views: 1209
- Wed Apr 01, 2009 4:58 am
- Forum: PSP Development
- Topic: Libraries for PSP disassembler.
- Replies: 2
- Views: 1209
Libraries for PSP disassembler.
Are any libraries/functions out there that I can use to pass a 32-bit data then return the equivalent MIPS Instruction?
For example:
I pass in something like 0x2464fc00
then it returns a const char* of "addiu $a0, $v1, 0xfc00"
Thanks.
For example:
I pass in something like 0x2464fc00
then it returns a const char* of "addiu $a0, $v1, 0xfc00"
Thanks.