2 ZP: start = $02, size = $1A, type = rw, define = yes;
3 RAM: start = $0fff, size = $7001, file = %O;
6 STARTUP: load = RAM, type = wprot;
7 LOWCODE: load = RAM, type = wprot;
8 CODE: load = RAM, type = wprot;
9 RODATA: load = RAM, type = wprot;
10 DATA: load = RAM, type = rw;
11 BSS: load = RAM, type = bss, define = yes;
12 ZEROPAGE: load = ZP, type = zp;
15 CONDES: segment = RODATA,
17 label = __CONSTRUCTOR_TABLE__,
18 count = __CONSTRUCTOR_COUNT__;
19 CONDES: segment = RODATA,
21 label = __DESTRUCTOR_TABLE__,
22 count = __DESTRUCTOR_COUNT__;
23 /* condes functions with type 2 are called in the interrupt */
24 CONDES: segment = RODATA,
26 label = __IRQFUNC_TABLE__,
27 count = __IRQFUNC_COUNT__;
30 __STACKSIZE__ = $800; # 2K stack