Prev: 46647 Up: Map Next: 46683
46664: Graphic layout routine: (241) End loop (2 / 2)
Used by the routine at 46218.
Output
B Do-not-recalculate-display-buffer-address flag (0)
IX Address of next graphic layout data instruction to process
46664 LD A,(34275) Decrement repeat counter...
46667 DEC A ...
46668 LD (34275),A ...
46671 LD B,0 Prepare to recalculate display buffer address
46673 JP Z,46003 If repeat counter is zero, then exit loop and process subsequent bytes...
46676 LD IX,(34296) ...else, restore stored position in graphic layout data (start of loop)...
46680 JP 46003 ...and continue processing data from this point
Prev: 46647 Up: Map Next: 46683