Prev: 46460 Up: Map Next: 46495
46481: Graphic layout routine: (248) Jump to graphic layout data address
Read current WORD (address) from graphic layout data and move graphic layout data pointer to this address.
Used by the routines at 46218 and 46577.
Input
IX Address of first parameter in current graphic layout data instruction
Output
B Do-not-recalculate-display-buffer-address flag (0)
IX Address of next graphic layout data instruction to process
46481 LD C,(IX+0) Load IX with destination address
46484 LD B,(IX+1)
46487 PUSH BC
46488 POP IX
46490 LD B,0 Prepare to recalculate display buffer address
46492 JP 46003 Read / process data at address in IX
Prev: 46460 Up: Map Next: 46495