Prev: 15CD Up: Map Next: 15F7
15E9: execute_code: Relocate and execute jump to machine code routine.
Used by the routine at parse_download.
This routine replaces code from the OEL Issue 2.3 ROM.
execute_code 15E9 LD HL,page_out_to_code Copy routine at page_out_to_code into printer buffer ($5B00) and jump to it.
15EC LD DE,$5B00
15EF LD BC,$0008
15F2 LDIR
15F4 JP $5B00
Prev: 15CD Up: Map Next: 15F7