Change to simpler rom

This commit is contained in:
Byron Lathi
2023-01-13 13:07:13 -06:00
parent 7682dffe3c
commit 2f11808f11
14 changed files with 4151 additions and 8823 deletions

View File

@@ -1,8 +1,8 @@
MEMORY
{
ZP: start = $0, size = $100, type = rw, define = yes;
SDRAM: start = $200, size = $ff00, type = rw, define = yes;
ROM: start = $ff00, size = $100, file = %O;
SDRAM: start = $200, size = $ee00, type = rw, define = yes;
ROM: start = $f000, size = $1000, file = %O;
}
SEGMENTS {