Prev: 1CDE Up: Map Next: 1CF0
1CEE: THE 'STOP' COMMAND ROUTINE
The address of this routine is found in the parameter table.
The command routine for STOP contains only a call to the error handling routine.
STOP 1CEE RST $08 Call the error handling routine.
1CEF DEFB $08
Prev: 1CDE Up: Map Next: 1CF0