mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
3 lines
141 B
C++
Executable file
3 lines
141 B
C++
Executable file
void disassemble_opcode(char *output, uint16 addr);
|
|
inline uint8 disassemble_read(uint16 addr);
|
|
inline uint16 relb(int8 offset, int op_len);
|