mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-08 06:40:45 +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);
|