Update README.md

This commit is contained in:
Tony Di Nucci 2019-04-28 13:19:24 +01:00 committed by GitHub
parent 7e4457f66f
commit 5b9883de79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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