Prev: 42668 Up: Map Next: 42705
42683: Routine at A6BB
Used by the routines at 42668 and 42707.
42683 LD A,(IX+0) A=*IX+0.
42686 BIT 7,A Jump to 42700 if bit 7 of A is set.
42688 JR NZ,42700
42690 CP 2 Jump to 42698 if A is equal to 2.
42692 JR Z,42698
42694 CP 11 Jump to 42702 if A is not equal to 11.
42696 JR NZ,42702
42698 INC IX Increment IX by one.
42700 INC IX Increment IX by one.
42702 INC IX Increment IX by one.
42704 RET Return.
Prev: 42668 Up: Map Next: 42705