4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 0451 | Up: Map | Next: 0481 |
Used by the routine at init_memory.
|
||||
init_16k | 046D | LD HL,16k_pointer_table | Copy 16k_pointer_table to $5B63. | |
0470 | LD DE,$5B63 | |||
0473 | LD BC,$001C | |||
0476 | LDIR | |||
0478 | LD HL,$6166 | Set P-RAMT system variable to $6166 to reserve top of memory. | ||
047B | LD ($5CB4),HL | |||
047E | JP init_variables | Jump to init_variables. |
Prev: 0451 | Up: Map | Next: 0481 |