mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-22 01:31:33 +00:00
10 lines
350 B
C
10 lines
350 B
C
/*************************************
|
|
* C02 Assembly Language Routines *
|
|
*************************************/
|
|
|
|
char lblasm[LBLLEN+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
|