Prev: 9439 Up: Map Next: 9465
9447: Routine at 9447
Used by the routines at 93E9, 9403, 941E and 9762.
9447 LD C,A C=A.
9448 LD B,$00 B=00.
944A ADD IX,BC IX+=BC.
944C LD C,(IX+$06) C=*IX+06.
944F LD B,(IX+$07) B=*IX+07.
9452 ADD HL,BC HL+=BC.
9453 LD C,(IX+$02) C=*IX+02.
9456 LD B,(IX+$03) B=*IX+03.
9459 PUSH HL IX=HL (using the stack).
945A POP IX
This entry point is used by the routine at 9465.
945C PUSH BC Stash BC and IX on the stack.
945D PUSH IX
This entry point is used by the routine at 9465.
945F PUSH BC Stash BC and IX on the stack.
9460 PUSH IX
9462 JP $94CC Jump to 94CC.
Prev: 9439 Up: Map Next: 9465