Prev: 1E4F Up: Map Next: 1E67
1E5F: THE 'CONTINUE' COMMAND ROUTINE
The address of this routine is found in the parameter table.
The required line number and statement number within that line are made the object of a jump.
CONTINUE 1E5F LD HL,($5C6E) The line number (OLDPPC).
1E62 LD D,(IY+$36) The statement number (OSPCC).
1E65 JR GO_TO_2 Jump forward.
Prev: 1E4F Up: Map Next: 1E67