Commit Graph

3 Commits

Author SHA1 Message Date
Michael Miceli 961aa789c2 define memory map explicity 2024-06-01 21:24:25 -04:00
Michael Miceli f8bb133954 remove 0xff bytes for unused space
Removing the hard-coded 0xff allows developers to add code without
worrying about overflowing the byte section.  This is because the
linker will fill any unused space with 0xff.  As part of this change
the interrupt segment has been moved to more closely match where it
ends up in the rom.
2023-04-29 16:46:58 -04:00
Michael Miceli 8db7384d89 v1.0 2023-04-26 20:06:20 -04:00