![]() |
Routines |
Prev: 04009 | Up: Map |
The address of this routine is derived from an offset found in the editing keys table.
|
||||||||
ED_DOWN | 04083 | BIT 5,(IY+55) | Jump forward if in 'INPUT mode' (bit 5 of FLAGX set). | |||||
04087 | JR NZ,ED_STOP | |||||||
04089 | LD HL,23625 | This is E-PPC. | ||||||
04092 | CALL LN_FETCH | The next line number is found and a new automatic listing produced. | ||||||
04095 | JR ED_LIST | |||||||
ED_STOP | 04097 | LD (IY+0),16 | 'STOP in INPUT' report (ERR-NR). | |||||
04101 | JR ED_ENTER | Jump forward. |
Prev: 04009 | Up: Map |