mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 16:04:55 +00:00
13 lines
301 B
PHP
13 lines
301 B
PHP
MEMORY {
|
|
ZP: start = $00, size = $1A, type = rw;
|
|
RAM: start = $5000, size = $7000, file = %O;
|
|
}
|
|
|
|
SEGMENTS {
|
|
CODE: load = RAM, type = ro, align=$1000;
|
|
RODATA: load = RAM, type = ro;
|
|
DATA: load = RAM, type = rw;
|
|
BSS: load = RAM, type = bss, define = yes;
|
|
ZEROPAGE: load = ZP, type = zp;
|
|
}
|