fceux/src/asm.h

3 lines
104 B
C

int Assemble(unsigned char *output, int addr, char *str);
char *Disassemble(int addr, uint8 *opcode);