![]() |
Routines |
| Prev: 97FB | Up: Map | Next: 9810 |
|
|
||||
| ControlCode_11 | 9807 | INC HL | Increment HL by one. | |
| 9808 | DEC (HL) | Decrease *HL by one. | ||
| 9809 | JP P,ControlCode_Return_1 | Jump to ControlCode_Return_1 if *HL is greater than or equal to 00. | ||
| 980C | INC (HL) | Increment *HL by one. | ||
| 980D | JP ControlCode_Return_1 | Jump to ControlCode_Return_1. | ||
| Prev: 97FB | Up: Map | Next: 9810 |