mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
3 lines
104 B
C
3 lines
104 B
C
int Assemble(unsigned char *output, int addr, char *str);
|
|
char *Disassemble(int addr, uint8 *opcode);
|