![]() |
Routines |
| Prev: 07150 | Up: Map | Next: 07169 |
| STMT_NEXT | 07156 | RST 24 | Fetch the present character. | |
| 07157 | CP 13 | Consider the 'next line' if it is a 'carriage return'. | ||
| 07159 | JR Z,LINE_END | |||
| 07161 | CP ":" | Consider the 'next statement' if it is a ':'. | ||
| 07163 | JP Z,STMT_LOOP | |||
| 07166 | JP REPORT_C | Otherwise there has been a syntax error. | ||
| Prev: 07150 | Up: Map | Next: 07169 |