Prev: A7AC Up: Map Next: A7D0
A7B4: Routine at A7B4
A7B4 CALL $A66C Call A66C.
A7B7 LD A,D A=D.
A7B8 JR $A7AF Jump to A7AF.
This entry point is used by the routines at A65D and A745.
A7BA PUSH IY Stash IY on the stack.
A7BC PUSH HL IY=HL (using the stack).
A7BD POP IY
A7BF CALL $D405 Call D405.
A7C2 POP IY Restore IY from the stack.
A7C4 RET Return.
This entry point is used by the routine at A751.
A7C5 PUSH IY Stash IY on the stack.
A7C7 PUSH HL IY=HL (using the stack).
A7C8 POP IY
A7CA CALL $D3E8 Call D3E8.
A7CD POP IY Restore IY from the stack.
A7CF RET Return.
Prev: A7AC Up: Map Next: A7D0