Memory
Memory Map
0000 - 0FFF | 4 KB RAM (or when 32 KB RAM is used until 7FFF) |
8000 - 81FF | Build in system ROM |
8000 - 83FF | Write colour RAM |
During start-up the system ROM is also mapped to address 0000. The ROM will be swapped for RAM after the first OUT 4 instruction with value unequal to 1. RAM is mirrored between address @0000-@7FFF depending on the RAM size. So for a 16 KB RAM system the RAM on address @0000-@3FFF is mirrored twice both at @0000 and @4000.