Search found 2 matches

by registered_guy
Wed Apr 01, 2009 12:10 pm
Forum: PSP Development
Topic: Libraries for PSP disassembler.
Replies: 2
Views: 1209

It is too much work to get it to co-operate with my code. I'll just make my own decoder. Thanks.
by registered_guy
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.