C64 ROM | Routines |
Prev: FF99 | Up: Map | Next: FF9F |
Used by the routine at E3BF.
this routine is used to read and set the bottom of RAM. When this routine is called with the carry bit set the pointer to the bottom of RAM will be loaded into XY. When this routine is called with the carry bit clear XY will be saved as the bottom of memory pointer changing the bottom of memory.
|
||||
FF9C | 4C 34 FE | JMP $FE34 | read/set the bottom of memory |
Prev: FF99 | Up: Map | Next: FF9F |