Get bios calls starting to work

This commit is contained in:
Byron Lathi
2023-08-06 21:41:15 -07:00
parent 6b42843f4b
commit 446f4e7539
12 changed files with 280 additions and 298 deletions

View File

@@ -1,7 +1,8 @@
MEMORY
{
ZP: start = $0, size = $100, type = rw, define = yes;
SDRAM: start = $200, size = $7cf0, type = rw, define = yes;
SDRAM: start = $200, size = $7e00, type = rw, define = yes;
BOOTLOADER: start = $8000, size = $1000, type = rw, define = yes;
ROM: start = $F000, size = $1000, file = %O;
}