Routines
63576: POKE 32640 TO 32647,0
Used by the routine at
63309
. Clears the flags in
32640
and
32641
, and also sets the unused bytes at 32642-32647 to 0.
H
127
63576
LD L,128
HL
=
32640
63578
LD B,8
Zero out
32640
to 32647
63580
LD (HL),0
63582
INC L
63583
DJNZ 63580
63585
RET