Routines |
Prev: 39080 | Up: Map | Next: 39107 |
|
||||
ControlCode_12 | 39089 | PUSH BC | Stash BC on the stack. | |
39090 | LD HL,63510 | HL=63510. | ||
39093 | LD B,(HL) | B=*HL. | ||
39094 | LD (HL),0 | Write 0 to *HL. | ||
39096 | CALL PrintString_Loop | Call PrintString_Loop. | ||
39099 | DEFB 8 | |||
39100 | DEFM "." | ".". | ||
39101 | DEFB 8 | |||
39102 | DEFB 255 | Terminator. | ||
39103 | LD (HL),B | Write B to *HL. | ||
39104 | JP ControlCode_Return_2 | Jump to ControlCode_Return_2. |
Prev: 39080 | Up: Map | Next: 39107 |