dos33fsprogs/linker_scripts/apple2_374.inc
Vince Weaver c9ce996ad4 hgr: more work on hgr starfield
including accidental cool effect
2021-06-13 01:10:36 -04:00

13 lines
287 B
PHP

MEMORY {
ZP: start = $00, size = $1A, type = rw;
RAM: start = $374, 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;
}