Routines |
Prev: 9862 | Up: Map | Next: 9885 |
|
||||
ControlCode_Repeater | 9878 | LD HL,($F80C) | HL=*F80C. | |
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 $995D | Jump to 995D. |
Prev: 9862 | Up: Map | Next: 9885 |