![]() |
Routines |
| Prev: 1BB2 | Up: Map | Next: 1BBF |
| LINE_END | 1BB3 | CALL SYNTAX_Z | Return if syntax is being checked; otherwise fetch the address in NXTLIN. | |
| 1BB6 | RET Z | |||
| 1BB7 | LD HL,($5C55) | |||
| 1BBA | LD A,$C0 | Return also if the address is after the end of the program - the 'run' is finished. | ||
| 1BBC | AND (HL) | |||
| 1BBD | RET NZ | |||
| 1BBE | XOR A | Signal 'statement zero' before proceeding. | ||
|
This routine continues into LINE_USE.
|
||||
| Prev: 1BB2 | Up: Map | Next: 1BBF |