![]() |
Routines |
| Prev: 1BEE | Up: Map | Next: 1C01 |
| STMT_NEXT | 1BF4 | RST $18 | Fetch the present character. | |
| 1BF5 | CP $0D | Consider the 'next line' if it is a 'carriage return'. | ||
| 1BF7 | JR Z,LINE_END | |||
| 1BF9 | CP ":" | Consider the 'next statement' if it is a ':'. | ||
| 1BFB | JP Z,STMT_LOOP | |||
| 1BFE | JP REPORT_C | Otherwise there has been a syntax error. | ||
| Prev: 1BEE | Up: Map | Next: 1C01 |