Routines |
Prev: 38919 | Up: Map | Next: 38936 |
|
||||
ControlCode_09 | 38928 | DEC (HL) | Decrease *HL by one. | |
38929 | JP P,ControlCode_Return_1 | Jump to ControlCode_Return_1 if *HL is greater than or equal to 0. | ||
38932 | INC (HL) | Increment *HL by one. | ||
38933 | JP ControlCode_Return_1 | Jump to ControlCode_Return_1. |
Prev: 38919 | Up: Map | Next: 38936 |