dos33fsprogs/linker_scripts/apple2_36b.inc
Vince Weaver a04cc7824f gr: tunnel: managed to get it to fit
had to RLE compress the division lookup table
2021-06-08 13:43:01 -04:00

13 lines
287 B
PHP

MEMORY {
ZP: start = $00, size = $1A, type = rw;
RAM: start = $36b, size = $8E00, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = ro;
RODATA: load = RAM, type = ro;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = bss, define = yes;
ZEROPAGE: load = ZP, type = zp;
}