Prev: 04108 Up: Map Next: 04126
04117: 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 04117 CALL ED_EDGE Move the cursor leftwards.
04120 LD BC,1 Reclaim the current character.
04123 JP RECLAIM_2
Prev: 04108 Up: Map Next: 04126