2002-04-25 05:07:12 +00:00
|
|
|
MEMORY {
|
2010-11-13 10:20:28 +00:00
|
|
|
ZP: file = %O, start = $0000, size = $0100, type = rw, define = yes;
|
2010-11-12 19:59:02 +00:00
|
|
|
COMBINED: file = %O, start = $0000, size = $FFFF;
|
2002-04-25 05:07:12 +00:00
|
|
|
}
|
|
|
|
SEGMENTS {
|
2005-01-08 21:08:04 +00:00
|
|
|
JUMPTABLE: load = COMBINED, type = ro;
|
2005-03-24 10:52:07 +00:00
|
|
|
INIT: load = COMBINED, type = ro, optional = yes;
|
|
|
|
CODE: load = COMBINED, type = ro;
|
|
|
|
RODATA: load = COMBINED, type = ro;
|
|
|
|
DATA: load = COMBINED, type = rw, define = yes;
|
|
|
|
BSS: load = COMBINED, type = bss, define = yes;
|
|
|
|
ZEROPAGE: load = ZP, type = zp;
|
2013-06-27 22:30:24 +00:00
|
|
|
EXTZP: load = ZP, type = zp, optional = yes;
|
2002-04-25 05:07:12 +00:00
|
|
|
}
|
|
|
|
FILES {
|
|
|
|
%O: format = o65;
|
|
|
|
}
|
|
|
|
FORMATS {
|
2010-03-21 17:10:17 +00:00
|
|
|
o65: os = cc65,
|
|
|
|
type = small;
|
2002-04-25 05:07:12 +00:00
|
|
|
}
|