1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-02-16 03:31:11 +00:00

13 lines
300 B
PHP
Raw Normal View History

2021-08-04 19:48:19 -04:00
MEMORY {
ZP: start = $00, size = $1A, type = rw;
RAM: start = $9600, size = $3000, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = ro, align=$100;
RODATA: load = RAM, type = ro;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = bss, define = yes;
ZEROPAGE: load = ZP, type = zp;
}