Routines |
Prev: B729 | Up: Map | Next: B775 |
Used by the routine at B6D0.
|
||||
B768 | CALL $B729 | Call B729. | ||
B76B | POP HL | Restore HL and BC from the stack. | ||
B76C | POP BC | |||
B76D | LD A,$20 | A=20. | ||
B76F | LD (HL),A | |||
B770 | INC HL | Increment HL by one. | ||
B771 | DJNZ $B76F | B76F. | ||
B773 | EI | Enable interrupts. | ||
B774 | RET | Return. |
Prev: B729 | Up: Map | Next: B775 |