1
0
mirror of https://github.com/mgcaret/of816.git synced 2025-01-22 07:31:14 +00:00
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;
}