![]() |
Routines |
| Prev: 9862 | Up: Map | Next: 9885 |
|
|
||||
| ControlCode_Repeater | 9878 | LD HL,($F80C) | HL=*PrintVariable_01. | |
| Repeater_Loop | 987B | LD A,H | A=H. | |
| 987C | CALL PrintCharacter | Call PrintCharacter. | ||
| 987F | DEC L | Decrease L by one. | ||
| 9880 | JR NZ,Repeater_Loop | Jump to Repeater_Loop until L is zero. | ||
| 9882 | JP ControlCode_Return_1 | Jump to ControlCode_Return_1. | ||
| Prev: 9862 | Up: Map | Next: 9885 |