Spectrum ROM | Routines |
Prev: 04214 | Up: Map |
Used by the routine at EDITOR.
Come here when there has been some kind of error.
|
|||||||
ED_ERROR | 04223 | BIT 4,(IY+48) | Jump back if using other than channel 'K'. | ||||
04227 | JR Z,ED_END | ||||||
04229 | LD (IY+0),255 | Cancel the error number (ERR-NR) and give a 'rasp' before going around the editor again. | |||||
04233 | LD D,0 | ||||||
04235 | LD E,(IY-2) | ||||||
04238 | LD HL,6800 | ||||||
04241 | CALL BEEPER | ||||||
04244 | JP ED_AGAIN |
Prev: 04214 | Up: Map |