The PSP GE Disassembler is a tool (and library) for interpreting bytes as if they represent valid GE instructions.
- The example usage can be seen in the
sampledir. - The library code itself is located in
src.
This project is based on the PPSSPP's source code.