![]() |
Routines |
| Prev: 97F7 | Up: Map | Next: 9807 |
|
|
||||
| ControlCode_10 | 97FB | INC HL | Increment HL by one. | |
| 97FC | INC (HL) | Increment *HL by one. | ||
| 97FD | LD A,(HL) | Jump to ControlCode_Return_1 if *HL is less than 18. | ||
| 97FE | CP $18 | |||
| 9800 | JP C,ControlCode_Return_1 | |||
| 9803 | DEC (HL) | Decrease *HL by one. | ||
| 9804 | JP ControlCode_Return_1 | Jump to ControlCode_Return_1. | ||
| Prev: 97F7 | Up: Map | Next: 9807 |