mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-19 19:31:04 +00:00
10 lines
341 B
C
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
|