Update README.md

This commit is contained in:
Bobbi Webber-Manners 2018-05-01 13:48:25 -04:00 committed by GitHub
parent 8c15345efd
commit 425217a6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -729,7 +729,7 @@ The bytecode is loaded at the start of memory. This location differs depending
- Commodore 64 - 0x3000
- Commodore VIC20 - 0x4000
These addresses are chosen to allow space for the EightBall VM executable, which loads below these addresses. Once again these values can be tuned by inspecting the map files generated by cc65.
These addresses are chosen to allow space for the EightBall VM executable, which loads below these addresses. These values can be tuned by inspecting the map files generated by cc65.
## Interpreter / Compiler Internals