![]() |
Unused |
Prev: 29148 | Up: Map | Next: 29160 |
29153 | DEFB 127 | This was probably the operand of 'LD B,127' |
29154 | INC C | C=1 + blackboard identifier |
29155 | LD A,(BC) | A=number of the character who last wrote on the board |
29156 | AND A | Is the board clean? |
29157 | JP Z,25252 | Remove the routine address from bytes 105 and 106 of the teacher's buffer if so (nothing to wipe) |
Prev: 29148 | Up: Map | Next: 29160 |