ppsspp_get_registers
Read all MIPS Allegrex CPU registers including general-purpose, FPU, and special registers to inspect function arguments, return values, program counter, and stack pointer for reverse engineering and debugging PSP games.
Instructions
PURPOSE: Read all MIPS Allegrex CPU registers (general-purpose + FPU + special). USAGE: For reverse engineering and debugging — inspect function arguments, return values, PC, stack pointer. PSP's calling convention puts args in $a0-$a3, return in $v0, stack in $sp, return address in $ra. BEHAVIOR: No side effects — pure read. Most informative when called while emulation is paused (ppsspp_pause first); on a running CPU the snapshot is from whenever PPSSPP samples it. RETURNS: Multi-line text with all register names + hex values, grouped by class (GPR, FPU, special).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||