Routines |
Prev: 9403 | Up: Map | Next: 9439 |
|
||||
941E | LD L,(IX+$04) | L=*IX+04. | ||
9421 | LD H,(IX+$05) | H=*IX+05. | ||
9424 | LD A,(IX+$06) | A=*IX+06. | ||
This entry point is used by the routine at 9226.
|
||||
9427 | LD DE,$94CC | Write 94CC to *9463. | ||
942A | LD ($9463),DE | |||
942E | LD DE,($99B8) | DE=*99B8. | ||
9432 | PUSH BC | IX=BC (using the stack). | ||
9433 | POP IX | |||
9435 | CALL $9447 | Call 9447. | ||
9438 | RET | Return. |
Prev: 9403 | Up: Map | Next: 9439 |