1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-12 20:29:05 +00:00
C02/stmnt.h
2017-04-30 21:17:50 -04:00

10 lines
350 B
C

/************************************
* C02 Statement Compiling Routines *
************************************/
char asnvar[VARLEN+1]; //Assigned Variable Name
char asnidx[VARLEN+1] ; //Assigned Variable Index
void endblk(); //End Program Block
void pstmnt(); //Parse and Compile Program Statement