OEL TTX2000 Issue 2.3 | Routines |
Prev: 043A | Up: Map | Next: 0451 |
Used by the routine at init_memory.
|
||||
init_48k | 043D | LD HL,48k_pointer_table | Copy 48k_pointer_table to $5B63. | |
0440 | LD DE,$5B63 | |||
0443 | LD BC,$001C | |||
0446 | LDIR | |||
0448 | LD HL,$E166 | Set P-RAMT system variable to $E166 to reserve top of memory. | ||
044B | LD ($5CB4),HL | |||
044E | JP init_variables | Jump to init_variables. |
Prev: 043A | Up: Map | Next: 0451 |