3 lines
104 B
C
Raw Normal View History

2009-07-17 17:27:04 +00:00
int Assemble(unsigned char *output, int addr, char *str);
char *Disassemble(int addr, uint8 *opcode);