1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-30 01:29:41 +00:00
C02/src/asm.h

10 lines
341 B
C
Raw Normal View History

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