Prev: 6C77 Up: Map Next: 6D09
6CF6: Routine at 6CF6
Used by the routine at 6C77.
6CF6 PUSH BC
6CF7 CALL $6CFE
6CFA POP BC Grab the counter off the stack.
6CFB DJNZ $6CF6 Decrease counter by one and loop back to 6CF6 until counter is zero.
6CFD RET Return.
This entry point is used by the routine at 6C77.
6CFE LD BC,$0032 Copies 32 bytes of data from ...
6D01 LD HL,$0000
6D04 PUSH HL
6D05 POP DE
6D06 LDIR
6D08 RET
Prev: 6C77 Up: Map Next: 6D09