Prev: 0000 Up: Map Next: 0010
0008: THE 'ERROR' RESTART
The error pointer is made to point to the position of the error.
ERROR_1 0008 LD HL,($5C5D) The address reached by the interpreter (CH-ADD) is copied to the error pointer (X-PTR) before proceeding.
000B LD ($5C5F),HL
000E JR ERROR_2
Prev: 0000 Up: Map Next: 0010