Prev: 1619 Up: Map Next: 1632
1623: execute_basic: Relocate and execute initialize BASIC routine.
Used by the routine at download_complete.
This routine replaces code from the OEL Issue 2.3 ROM.
execute_basic 1623 DI disable interrupts.
1624 LD HL,page_out_to_basic copy page_out_to_basic routine into printer buffer ($5B00) and jump to it.
1627 LD DE,$5B00
162A LD BC,$00A0
162D LDIR
162F JP $5B00
Prev: 1619 Up: Map Next: 1632