![]() |
Routines |
| Prev: 1FC3 | Up: Map | Next: 1FDF |
|
The address of this routine is found in the parameter table.
The appropriate channel is opened as necessary and the items to be printed are considered in turn.
|
||||
| LPRINT | 1FC9 | LD A,$03 | Prepare to open channel 'P'. | |
| 1FCB | JR PRINT_1 | Jump forward. | ||
|
The address of this entry point is found in the parameter table.
|
||||
| 1FCD | LD A,$02 | Prepare to open channel 'S'. | ||
| PRINT_1 | 1FCF | CALL SYNTAX_Z | Unless syntax is being checked open a channel. | |
| 1FD2 | CALL NZ,CHAN_OPEN | |||
| 1FD5 | CALL TEMPS | Set the temporary colour system variables. | ||
| 1FD8 | CALL PRINT_2 | Call the print controlling subroutine. | ||
| 1FDB | CALL CHECK_END | Move on to consider the next statement (via CHECK_END if checking syntax). | ||
| 1FDE | RET | |||
| Prev: 1FC3 | Up: Map | Next: 1FDF |