Routines |
Prev: A325 | Up: Map | Next: A39C |
Used by the routine at A3C1.
|
||||
A378 | RES 0,(IX+$08) | Reset bit 0 of IX+08. | ||
A37C | SET 1,(IX+$08) | Set bit 1 of IX+08. | ||
A380 | LD HL,$6080 | HL=6080. | ||
A383 | RES 0,(HL) | Reset bit 0 of HL. | ||
A385 | LD A,($607D) | A=607D. | ||
A388 | SRA A | Shift and rotate A right, four times. | ||
A38A | SRA A | |||
A38C | SRA A | |||
A38E | SRA A | |||
A390 | LD (IX+$05),A | Write A to IX+05. | ||
A393 | LD (IX+$06),$01 | Write 01 to IX+06. | ||
A397 | CALL $B8C3 | Call B8C3. | ||
A39A | JR $A375 | Jump to A375. |
Prev: A325 | Up: Map | Next: A39C |