Prev: 46611 Up: Map Next: 46647
46628: Graphic layout routine: (239) End loop (1 / 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
46628 LD A,(34274) Decrement repeat counter
46631 DEC A
46632 LD (34274),A
46635 LD B,0 Prepare to recalculate display buffer address
46637 JP Z,46003 If repeat counter is zero, then exit loop and process subsequent bytes, else restore stored position in graphic layout data (start of loop) and continue processing data from this point
46640 LD IX,(34294)
46644 JP 46003
Prev: 46611 Up: Map Next: 46647