Prev: 1076 Up: Map Next: 1097
107F: THE 'ED-ERROR' SUBROUTINE
Used by the routine at EDITOR.
Come here when there has been some kind of error.
ED_ERROR 107F BIT 4,(IY+$30) Jump back if using other than channel 'K' (bit 4 of FLAGS2 reset).
1083 JR Z,ED_END
1085 LD (IY+$00),$FF Cancel the error number (ERR-NR) and give a 'rasp' (see RASP) before going around the editor again.
1089 LD D,$00
108B LD E,(IY-$02)
108E LD HL,$1A90
1091 CALL BEEPER
1094 JP ED_AGAIN
Prev: 1076 Up: Map Next: 1097