Prev: 100C Up: Map Next: 101E
1015: THE 'DELETE EDITING' SUBROUTINE
The address of this routine is derived from an offset found in the editing keys table.
Input
HL Address of the cursor (K-CUR)
ED_DELETE 1015 CALL ED_EDGE Move the cursor leftwards.
1018 LD BC,$0001 Reclaim the current character.
101B JP RECLAIM_2
Prev: 100C Up: Map Next: 101E