Routines |
Prev: 01995 | Up: Map | Next: 02056 |
The routine at VR_CONTRL continues here.
This subroutine is common to all the tape loading routines. In the case of LOAD and VERIFY it acts as a full return from the cassette handling routines but in the case of MERGE the data block has yet to be merged.
|
||||||||||||||
LD_BLOCK | 02050 | CALL LD_BYTES | Load/verify a data block. | |||||||||||
02053 | RET C | Return unless an error. | ||||||||||||
This entry point is used by the routine at VR_CONTRL.
Report R - Tape loading error.
|
||||||||||||||
REPORT_R | 02054 | RST 8 | Call the error handling routine. | |||||||||||
02055 | DEFB 26 |
Prev: 01995 | Up: Map | Next: 02056 |