Routines
Prev:
64582
Up:
Map
Next:
64627
64623: Advance
HL
by
A
words, load
HL
with word at location
HL
as address and jump to it
Used by the routines at
41924
,
42257
,
42494
,
43043
,
43250
and
43874
.
Input
A
An index
HL
First entry in list of addresses
64623
CALL
64627
Load address with index
A
in a list of addresses at
HL
into
HL
64626
JP (HL)
Jump to address in
HL
Prev:
64582
Up:
Map
Next:
64627