![]() |
Routines |
Prev: 31768 | Up: Map | Next: 31815 |
Used by the teachers' command lists 128, 130, 132, 134 and 184. Restarts the teacher's command list if it's not time to start the class (or the dinner period) yet; otherwise moves to the next command in the command list.
|
||||
31807 | LD A,(32760) | Pick up the MSB of the lesson clock (0-21) | ||
31810 | CP 15 | Is it time to start dinner or the lesson? | ||
31812 | JP C,25256 | Move to the next command in the command list if so; otherwise continue into 31815 (restart command list) |
Prev: 31768 | Up: Map | Next: 31815 |