Prev: 1600 Up: Map Next: 1623
1619: load_next_nibbles: Load next four low nibbles into address in HL.
Used by the routine at parse_download.
This routine replaces code from the OEL Issue 2.3 ROM.
load_next_nibbles 1619 PUSH DE Preserve source address.
161A CALL load_nibbles Call load_nibbles.
161D POP DE Restore source address, advance pointer four bytes, and return.
161E INC DE
161F INC DE
1620 INC DE
1621 INC DE
1622 RET
Prev: 1600 Up: Map Next: 1623