Routines
Prev:
F818
Up:
Map
Next:
F849
F841: Scroll the display file left one column
Used by the routine at
61C2
.
F841
LD BC,$B02C
C
=0x2C (INC L),
B
=0xB0 (LDIR after 0xED)
F844
LD DE,$4000
Initialise
DE
to the appropriate display file address
F847
JR
$F84F
Prev:
F818
Up:
Map
Next:
F849