Routines
Prev:
64D2
Up:
Map
Next:
64E6
64DC: Scroll the screen left 8 columns
Used by the routines at
6500
and
F918
.
Input
Output
64DC
LD B,$08
There are 8 columns to scroll
64DE
PUSH BC
64DF
CALL
$609B
Scroll one column left
64E2
POP BC
64E3
DJNZ $64DE
Jump back till all 8 columns are done
64E5
RET
Prev:
64D2
Up:
Map
Next:
64E6