1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-11 16:29:27 +00:00
of816/platforms/IIgs/IIgs.l
2019-07-01 10:33:44 -07:00

16 lines
280 B
Plaintext

FEATURES {
STARTADDRESS: default = $2000;
}
MEMORY {
RAM: start = $2000, size = $9E00, file = %O;
ZP: start = $0000, size = $100;
}
SEGMENTS {
FStartup: load=RAM, type=rw;
FSystem: load=RAM, type=ro;
FCode: load=RAM, type=ro, optional=yes;
ZEROPAGE: load=ZP, type=bss;
}