4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 15E9 | Up: Map | Next: 15FF |
|
||||
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 |