|  | Routines | 
| Prev: 9810 | Up: Map | Next: 9821 | 
| 
Used by the routine at Handler_ASCIICharacter.
 | ||||
| 9818 | INC (HL) | Increment *HL by one. | ||
| 9819 | LD A,(HL) | Jump to ControlCode_Return_1 if *HL is less than 20. | ||
| 981A | CP $20 | |||
| 981C | JP C,ControlCode_Return_1 | |||
| 981F | JR $97F7 | Jump to 97F7. | ||
| Prev: 9810 | Up: Map | Next: 9821 |