mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-02 08:06:55 +00:00
9 lines
240 B
C
9 lines
240 B
C
/************************************
|
|
* C02 Conditional Parsing Routines *
|
|
************************************/
|
|
|
|
int cmpsgn; // Comparison contains signed operands
|
|
|
|
void prscnd(char trmntr, int revrse); //Parse Conditional Expression
|
|
|