1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2025-02-19 19:31:04 +00:00
C02/src/asm.h

10 lines
341 B
C
Raw Normal View History

/*************************************
* C02 Assembly Language Routines *
*************************************/
2019-05-18 20:57:39 -04:00
char lblasm[LBLLEN+2]; //Label to emit on next asm line
void asmlin(char *opcode, char *oprnd); //Output a line of assembly code
2018-02-13 17:25:57 -05:00
void cmtlin(); //Output a comment lines
void prccmt(); //Process comment