2009-01-22 01:27:03 +00:00
|
|
|
MEMORY {
|
|
|
|
ZP: start = $02, size = $1A, type = rw, define = yes;
|
|
|
|
IP65ZP: start = $5f, size = $10, type = rw, define = yes;
|
2009-04-04 05:12:54 +00:00
|
|
|
RAM: start = $07FF, size = $58ab, define = yes, file = %O;
|
2009-01-22 01:27:03 +00:00
|
|
|
DISCARD: start = $77FF, size = $10, define = yes;
|
|
|
|
}
|
|
|
|
SEGMENTS {
|
|
|
|
STARTUP: load = RAM, type = ro ,define = yes;
|
|
|
|
CODE: load = RAM, type = ro,define = yes;
|
|
|
|
DATA: load = RAM, type = rw,define = yes;
|
2009-04-17 10:59:03 +00:00
|
|
|
RODATA: load = RAM, type = ro,define = yes;
|
|
|
|
IP65_DEFAULTS: load = RAM, type = rw,define = yes;
|
2009-01-22 01:27:03 +00:00
|
|
|
BSS: load = RAM, type = bss;
|
|
|
|
ZEROPAGE: load = ZP, type = zp;
|
|
|
|
IP65ZP: load = IP65ZP, type = zp;
|
2009-06-26 13:19:46 +00:00
|
|
|
EXEHDR: load = DISCARD, type = ro;
|
|
|
|
TCP_VARS: load = RAM, type = bss;
|
|
|
|
|
2009-01-22 01:27:03 +00:00
|
|
|
}
|