Prev: 55685 Up: Map Next: 55730
55726: Advance HL by A words, load HL with word at location HL as address and jump to it
Used by the routines at 30001, 30686, 30874 and 31041.
Input
A An index
HL First entry in list of addresses
55726 CALL 55730 Load address with index A in a list of addresses at HL into HL
55729 JP (HL) Jump to address in HL
Prev: 55685 Up: Map Next: 55730