Prev: A5CD Up: Map Next: A61B
A609: Routine at A609
Used by the routine at A5CD.
A609 XOR A Write 00 to IX+06 and IX+07.
A60A LD (IX+$06),A
A60D LD (IX+$07),A
A610 LD A,($9695) A=9695.
A613 AND %00000111 Keep only bits 0-2.
A615 OR %00001000 Set bit 3.
A617 LD (IX+$02),A Write the result to IX+02.
A61A RET Return.
Prev: A5CD Up: Map Next: A61B