Routines
Prev:
CF54
Up:
Map
Next:
D260
D254: Copy the screen to storage buffer
Used by the routines at
8D7F
,
952F
,
9551
,
CD41
and
D290
.
D254
LD HL,$4000
Copy 1800 bytes from the screen to
D260
.
D257
LD DE,$D260
D25A
LD BC,$1800
D25D
LDIR
D25F
RET
Prev:
CF54
Up:
Map
Next:
D260