Prev: 07828 Up: Map Next: 07852
07841: 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 07841 CALL GO_TO Set NEWPPC as required.
07844 LD BC,0 Now perform a 'RESTORE 0'.
07847 CALL REST_RUN
07850 JR CLEAR_RUN Exit via the CLEAR command routine.
Prev: 07828 Up: Map Next: 07852