Prev: 170A Up: Map Next: 1750
173D: copy_pointer_to_escape_table
Used by the routine at OELRoutine02.
copy_pointer_to_escape_table 173D LD A,$3C Store $3C followed by the word at address in HL at the addresses in BC and DE. Increment addresses to the next location and return.
173F LD (BC),A
1740 LD (DE),A
1741 INC BC
1742 INC DE
1743 LD A,(HL)
1744 LD (BC),A
1745 LD (DE),A
1746 INC BC
1747 INC DE
1748 INC HL
1749 LD A,(HL)
174A LD (BC),A
174B LD (DE),A
174C INC BC
174D INC DE
174E INC HL
174F RET
Prev: 170A Up: Map Next: 1750