Prev: 04185 Up: Map Next: 04223
04214: THE 'ED-SYMBOL' SUBROUTINE
The address of this routine is derived from an offset found in the editing keys table.
Input
A Code of the last key pressed
If SYMBOL and GRAPHICS codes were used they would be handled as follows:
ED_SYMBOL 04214 BIT 7,(IY+55) Jump back unless dealing with INPUT LINE (bit 7 of FLAGX set).
04218 JR Z,ED_ENTER
The address of this entry point is derived from an offset found in the editing keys table.
ED_GRAPH 04220 JP ADD_CHAR Jump back.
Prev: 04185 Up: Map Next: 04223