Routines |
Prev: 9604 | Up: Map | Next: 9634 |
Used by the routines at 8079, 92C5, 97D7, 98F2, Handler_Paris, Handler_Jerusalem, Madrid_Initialise, Handler_Bull, B7A9, Handler_Munich, HongKong_Initialise, Handler_HongKong, Handler_Moscow2, CA09, Handler_Kanyu and Handler_SaoPaulo.
|
||||
9619 | LD IX,$99A5 | IX=99A5. | ||
961D | RR (IX+$01) | Rotate *IX+01 right. | ||
9621 | BIT 4,(IX+$00) | Test bit 4 of *IX+00. | ||
9625 | JR Z,$9628 | Jump to 9628 if A is zero. | ||
9627 | CCF | Invert the carry flag. | ||
9628 | RL (IX+$00) | Rotate *IX+00 left. | ||
962C | RL (IX+$01) | Rotate *IX+01 left. | ||
9630 | LD A,(IX+$00) | A=*IX+00. | ||
9633 | RET | Return. |
Prev: 9604 | Up: Map | Next: 9634 |