1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 06:29:32 +00:00
C02/asm.h
2018-02-13 18:16:23 -05:00

10 lines
341 B
C

/*************************************
* C02 Assembly Language Routines *
*************************************/
char lblasm[LABLEN+2]; //Label to emit on next asm line
void asmlin(char *opcode, char *oprnd); //Output a line of assembly code
void cmtlin(); //Output a comment lines
void prccmt(); //Process comment