Prev: 9447 Up: Map Next: 9478
9465: Routine at 9465
Used by the routines at 9478 and 94CC.
9465 LD HL,$0008 HL=0008.
9468 ADD HL,DE HL+=DE.
9469 EX DE,HL Exchange the DE and HL registers.
946A POP BC Restore BC from the stack.
946B DJNZ $945F Decrease counter by one and loop back to 945F until counter is zero.
946D POP IX Restore IX from the stack.
946F INC IX Increment IX by one.
9471 INC IX Increment IX by one.
9473 POP BC Restore BC from the stack.
9474 DEC C Decrease C by one.
9475 JR NZ,$945C Jump to 945C if C is not zero.
9477 RET Return.
Prev: 9447 Up: Map Next: 9478