Prev: 54476 Up: Map Next: 54554
54511: Routine at D4EF
Used by the routines at 54476 and 54566.
54511 CP (IY+1) Compare A with *IY+1.
54514 JR NZ,54552 Jump to 54552 if B is not equal to A.
54516 LD A,(41014) A=*41014.
54519 CP (IX+0) Compare A with *IX+0.
54522 JR Z,54552 Jump to 54552 if B is equal to A.
54524 LD A,(IX+0) A=*IX+0.
54527 CALL 51233 Call 51233.
54530 JR Z,54552 Jump to 54552 if B is equal to A.
54532 LD A,(IY+0) A=*IY+0.
54535 CP 2 Compare A with 2.
54537 JR NC,54552 Jump to 54552 if A is greater than or equal to 2.
54539 LD A,(41014) A=*41014.
54542 PUSH IX Stash IX on the stack.
54544 POP HL Restore HL from the stack.
54545 CALL 53880 Call 53880.
54548 JR C,54552 Jump to 54552 if A is less than 2.
54550 SCF Set the carry flag.
54551 RET Return.
54552 AND A Set flags.
54553 RET Return.
Prev: 54476 Up: Map Next: 54554