Prev: 1E94 Up: Map Next: 1EAC
1EA1: THE 'RUN' COMMAND ROUTINE
The address of this routine is found in the parameter table.
The parameter of the RUN command is passed to NEWPPC by calling GO_TO. The operations of 'RESTORE 0' and 'CLEAR 0' are then performed before a return is made.
RUN 1EA1 CALL GO_TO Set NEWPPC as required.
1EA4 LD BC,$0000 Now perform a 'RESTORE 0'.
1EA7 CALL REST_RUN
1EAA JR CLEAR_RUN Exit via the CLEAR command routine.
Prev: 1E94 Up: Map Next: 1EAC