h2oboi89/16-Bit-Virtual-Machine

Use memory maps

Opened this issue · 0 comments

https://en.wikipedia.org/wiki/Memory_map

https://manybutfinite.com/post/anatomy-of-a-program-in-memory/

facilitate memory management and stack and out of memory exceptions

use of multiple memory banks to allow for > 2^16 memory for various parts of system (IE: boot, user, ROM, etc)