Apple-1-Mini/docs/memory/README.md

4 lines
318 B
Markdown
Raw Normal View History

2017-07-11 07:12:56 +00:00
`8k-Apple-1-EEPROM.hex` contains the memory data for the 8-Kbit EEPROM.
The ROM contains only the BASIC, Krusader and WozMon code.
Address decoding makes sure the correct location of ROM memory is being accessed.
For example: when the 6502 addresses FF00 to run the WozMon, it actually addresses 1F00 on the ROM.