mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-10-31 10:13:35 +00:00
4305eedcd2
short answer is no
13 lines
289 B
PHP
13 lines
289 B
PHP
MEMORY {
|
|
ZP: start = $70, size = $90, type = rw;
|
|
RAM: start = $70, 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 = ro;
|
|
}
|