| View previous topic :: View next topic |
| Author |
Message |
registered_guy
Joined: 01 Apr 2009 Posts: 2
|
Posted: Wed Apr 01, 2009 4:58 am Post subject: 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. |
|
| Back to top |
|
 |
Coldbird

Joined: 08 Feb 2007 Posts: 155
|
Posted: Wed Apr 01, 2009 6:33 am Post subject: |
|
|
Check out the PRXTool sourcecode from the SVN repositories.
PRXTool features PSP Disassembling Code which you should be able to use in one way or another. _________________ Been gone for some time. Now I'm back. Someone mind getting me up-2-date? |
|
| Back to top |
|
 |
registered_guy
Joined: 01 Apr 2009 Posts: 2
|
Posted: Wed Apr 01, 2009 12:10 pm Post subject: |
|
|
| It is too much work to get it to co-operate with my code. I'll just make my own decoder. Thanks. |
|
| Back to top |
|
 |
|