mirror of
https://github.com/tdinucci/6502-emulator.git
synced 2025-04-09 17:37:58 +00:00
Update README.md
This commit is contained in:
parent
7e4457f66f
commit
5b9883de79
@ -27,7 +27,11 @@ If you want to run a binary of a different name just update the path in _src/mai
|
||||
|
||||
There is 64KB of memory and this is broken into
|
||||
|
||||
0x0000 - 0x05FF - Free
|
||||
0x0000 - 0x00FF - Free (Zero Page)
|
||||
|
||||
0x0100 - 0x01FF - Stack
|
||||
|
||||
0x0200 - 0x05FF - Free
|
||||
|
||||
0x0600 - 0xDFFF - Program - always make sure to assemble programs for this address
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user