Prev: 63399 Up: Map Next: 63472
63443: Swap x- and y-coordinates of current window / graphic with values in temporary storage
This routine is used when there are two windows being updated (e.g. command summary window at top of screen, and "EXAMINE" window). It is used to keep track of the dimensions of two windows simultaneously
Used by the routines at 63349 and 63399.
63443 LD HL,(23418) Swap x- and y-coordinates of top-left of window / graphic currently at 23408 with values in temporary store at 23418...
63446 LD DE,(23408) ...
63450 LD (23418),DE ...
63454 LD (23408),HL ...
63457 LD HL,(23420) Swap x- and y-coordinates of bottom-right of window / graphic currently at 23410 with values in temporary store at 23420...
63460 LD DE,(23410) ...
63464 LD (23420),DE ...
63468 LD (23410),HL ...
63471 RET Return
Prev: 63399 Up: Map Next: 63472