Prev: 15E9 Up: Map Next: 15FF
15F7: page_out_to_code: Relocatable page out ROM and execute machine code routine.
This routine replaces code from the OEL Issue 2.3 ROM.
page_out_to_code 15F7 LD A,$08 Output $08 to control register to page out ROM (also disables AFC and switches to channel 1).
15F9 OUT ($7F),A
15FB LD HL,(start_address) Jump to address in start_address.
15FE JP (HL)
Prev: 15E9 Up: Map Next: 15FF