Just some beautification.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5984 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
378101ea52
commit
1607b05104
33 changed files with 421 additions and 421 deletions
|
@ -60,17 +60,17 @@ SEGMENTS {
|
||||||
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,17 +27,17 @@ SEGMENTS {
|
||||||
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,17 +34,17 @@ SEGMENTS {
|
||||||
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,17 +60,17 @@ SEGMENTS {
|
||||||
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,17 +27,17 @@ SEGMENTS {
|
||||||
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,17 +34,17 @@ SEGMENTS {
|
||||||
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
LC: load = MOVE, run = LC, type = ro, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,17 +45,17 @@ SEGMENTS {
|
||||||
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,17 +26,17 @@ SEGMENTS {
|
||||||
AUTOSTRT: load = TRAILER, type = ro;
|
AUTOSTRT: load = TRAILER, type = ro;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,17 +19,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,17 +16,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,17 +42,17 @@ SEGMENTS {
|
||||||
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,17 +23,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,17 +23,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__ ;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ FEATURES {
|
||||||
STARTADDRESS: default = $0801;
|
STARTADDRESS: default = $0801;
|
||||||
}
|
}
|
||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__LOADADDR__: type = import;
|
__LOADADDR__: type = import;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
LOADADDR: file = %O, start = %S - 2, size = $0002;
|
LOADADDR: file = %O, start = %S - 2, size = $0002;
|
||||||
|
|
|
@ -42,17 +42,17 @@ SEGMENTS {
|
||||||
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
OVERLAY9: load = OVL9, type = ro, define = yes, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,17 +23,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,14 +3,14 @@ SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $06C3; # ~1.5k stack
|
__STACKSIZE__: type = weak, value = $06C3; # ~1.5k stack
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
HEADER: file = %O, start = $0001, size = $0050, fill = yes;
|
HEADER: file = %O, start = $0001, size = $0050, fill = yes;
|
||||||
ZP: file = %O, define = yes, start = $0051, size = $00AD, fill = yes;
|
ZP: file = %O, define = yes, start = $0051, size = $00AD, fill = yes;
|
||||||
STARTUP: file = %O, start = $00FE, size = $0102, fill = yes;
|
STARTUP: file = %O, start = $00FE, size = $0102, fill = yes;
|
||||||
PAGE2: file = %O, start = $0200, size = $0100, fill = yes;
|
PAGE2: file = %O, start = $0200, size = $0100, fill = yes;
|
||||||
PAGE3: file = %O, start = $0300, size = $0100, fill = yes;
|
PAGE3: file = %O, start = $0300, size = $0100, fill = yes;
|
||||||
RAM: file = %O, start = $0400, size = $DC00;
|
RAM: file = %O, start = $0400, size = $DC00;
|
||||||
CHARRAM: file = "", define = yes, start = $E000, size = $1000;
|
CHARRAM: file = "", define = yes, start = $E000, size = $1000;
|
||||||
VIDRAM: file = "", define = yes, start = $F000, size = $0400;
|
VIDRAM: file = "", define = yes, start = $F000, size = $0400;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
EXEHDR: load = HEADER, type = rw;
|
EXEHDR: load = HEADER, type = rw;
|
||||||
|
@ -27,17 +27,17 @@ SEGMENTS {
|
||||||
EXTZP: load = ZP, type = rw, define = yes;
|
EXTZP: load = ZP, type = rw, define = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,12 +2,12 @@ SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
HEADER: file = %O, start = $0001, size = $0050, fill = yes;
|
HEADER: file = %O, start = $0001, size = $0050, fill = yes;
|
||||||
ZP: file = %O, define = yes, start = $0051, size = $00AD, fill = yes;
|
ZP: file = %O, define = yes, start = $0051, size = $00AD, fill = yes;
|
||||||
STARTUP: file = %O, start = $00FE, size = $0102, fill = yes;
|
STARTUP: file = %O, start = $00FE, size = $0102, fill = yes;
|
||||||
PAGE2: file = %O, start = $0200, size = $0100, fill = yes;
|
PAGE2: file = %O, start = $0200, size = $0100, fill = yes;
|
||||||
PAGE3: file = %O, start = $0300, size = $0100, fill = yes;
|
PAGE3: file = %O, start = $0300, size = $0100, fill = yes;
|
||||||
RAM: file = %O, start = $0400, size = $FECB - __STACKSIZE__;
|
RAM: file = %O, start = $0400, size = $FECB - __STACKSIZE__;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
EXEHDR: load = HEADER, type = rw;
|
EXEHDR: load = HEADER, type = rw;
|
||||||
|
@ -24,17 +24,17 @@ SEGMENTS {
|
||||||
EXTZP: load = ZP, type = rw, define = yes;
|
EXTZP: load = ZP, type = rw, define = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,17 +85,17 @@ SEGMENTS {
|
||||||
OVERLAY19: type = ro, run = VLIR19, load = CVT, align_load = $200, optional = yes;
|
OVERLAY19: type = ro, run = VLIR19, load = CVT, align_load = $200, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,17 +63,17 @@ SEGMENTS {
|
||||||
OVERLAY19: type = ro, run = VLIR19, load = CVT, align_load = $FE, optional = yes;
|
OVERLAY19: type = ro, run = VLIR19, load = CVT, align_load = $FE, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,32 +5,32 @@ SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0400; # 1k stack (do typical LUnix apps. need 2k?)
|
__STACKSIZE__: type = weak, value = $0400; # 1k stack (do typical LUnix apps. need 2k?)
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: start = $0080, size = $0040;
|
ZP: start = $0080, size = $0040;
|
||||||
RAM: start = %S, size = $7600 - __STACKSIZE__;
|
RAM: start = %S, size = $7600 - __STACKSIZE__;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp, define = yes; # Pseudo-registers
|
ZEROPAGE: load = ZP, type = zp, define = yes; # Pseudo-registers
|
||||||
STARTUP: load = RAM, type = ro; # First initialization code
|
STARTUP: load = RAM, type = ro; # First initialization code
|
||||||
LOWCODE: load = RAM, type = ro, optional = yes; # Legacy from other platforms
|
LOWCODE: load = RAM, type = ro, optional = yes; # Legacy from other platforms
|
||||||
INIT: load = RAM, type = ro, define = yes, optional = yes; # Library initialization code
|
INIT: load = RAM, type = ro, define = yes, optional = yes; # Library initialization code
|
||||||
CODE: load = RAM, type = ro; # Program
|
CODE: load = RAM, type = ro; # Program
|
||||||
RODATA: load = RAM, type = ro; # Literals, constants
|
RODATA: load = RAM, type = ro; # Literals, constants
|
||||||
DATA: load = RAM, type = rw; # Initialized variables
|
DATA: load = RAM, type = rw; # Initialized variables
|
||||||
BSS: load = RAM, type = bss, define = yes; # Uninitialized variables
|
BSS: load = RAM, type = bss, define = yes; # Uninitialized variables
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
FILES {
|
FILES {
|
||||||
|
@ -39,6 +39,6 @@ FILES {
|
||||||
FORMATS {
|
FORMATS {
|
||||||
o65: os = lunix,
|
o65: os = lunix,
|
||||||
type = small,
|
type = small,
|
||||||
export = main, # Program entry-point
|
export = main, # Program entry-point
|
||||||
import = LUNIXKERNEL; # Kernel entry-points
|
import = LUNIXKERNEL; # Kernel entry-points
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||||
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
||||||
__BLOCKSIZE__: type = weak, value = 1024; # cart block size
|
__BLOCKSIZE__: type = weak, value = $0400; # cart block size
|
||||||
__BLLHDR__: type = import;
|
__BLLHDR__: type = import;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: file = "", define = yes, start = $0000, size = $0100;
|
ZP: file = "", define = yes, start = $0000, size = $0100;
|
||||||
|
@ -23,17 +23,17 @@ SEGMENTS {
|
||||||
APPZP: load = ZP, type = zp, optional = yes;
|
APPZP: load = ZP, type = zp, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||||
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
||||||
__BLOCKSIZE__: type = weak, value = 1024; # cart block size
|
__BLOCKSIZE__: type = weak, value = $0400; # cart block size
|
||||||
__EXEHDR__: type = import;
|
__EXEHDR__: type = import;
|
||||||
__BOOTLDR__: type = import;
|
__BOOTLDR__: type = import;
|
||||||
__DEFDIR__: type = import;
|
__DEFDIR__: type = import;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: file = "", define = yes, start = $0000, size = $0100;
|
ZP: file = "", define = yes, start = $0000, size = $0100;
|
||||||
|
@ -14,32 +14,32 @@ MEMORY {
|
||||||
RAM: file = %O, define = yes, start = $0200, size = $9E58 - __STACKSIZE__;
|
RAM: file = %O, define = yes, start = $0200, size = $9E58 - __STACKSIZE__;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
EXEHDR: load = HEADER, type = ro;
|
EXEHDR: load = HEADER, type = ro;
|
||||||
BOOTLDR: load = BOOT, type = ro;
|
BOOTLDR: load = BOOT, type = ro;
|
||||||
DIRECTORY:load = DIR, type = ro;
|
DIRECTORY: load = DIR, type = ro;
|
||||||
STARTUP: load = RAM, type = ro, define = yes;
|
STARTUP: load = RAM, type = ro, define = yes;
|
||||||
LOWCODE: load = RAM, type = ro, optional = yes;
|
LOWCODE: load = RAM, type = ro, optional = yes;
|
||||||
INIT: load = RAM, type = ro, define = yes, optional = yes;
|
INIT: load = RAM, type = ro, define = yes, optional = yes;
|
||||||
CODE: load = RAM, type = ro, define = yes;
|
CODE: load = RAM, type = ro, define = yes;
|
||||||
RODATA: load = RAM, type = ro, define = yes;
|
RODATA: load = RAM, type = ro, define = yes;
|
||||||
DATA: load = RAM, type = rw, define = yes;
|
DATA: load = RAM, type = rw, define = yes;
|
||||||
BSS: load = RAM, type = bss, define = yes;
|
BSS: load = RAM, type = bss, define = yes;
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
EXTZP: load = ZP, type = zp, optional = yes;
|
EXTZP: load = ZP, type = zp, optional = yes;
|
||||||
APPZP: load = ZP, type = zp, optional = yes;
|
APPZP: load = ZP, type = zp, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||||
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
||||||
__BLOCKSIZE__: type = weak, value = 1024; # cart block size
|
__BLOCKSIZE__: type = weak, value = $0400; # cart block size
|
||||||
__EXEHDR__: type = import;
|
__EXEHDR__: type = import;
|
||||||
__BOOTLDR__: type = import;
|
__BOOTLDR__: type = import;
|
||||||
__DEFDIR__: type = import;
|
__DEFDIR__: type = import;
|
||||||
__UPLOADER__: type = import;
|
__UPLOADER__: type = import;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: file = "", define = yes, start = $0000, size = $0100;
|
ZP: file = "", define = yes, start = $0000, size = $0100;
|
||||||
|
@ -33,17 +33,17 @@ SEGMENTS {
|
||||||
APPZP: load = ZP, type = zp, optional = yes;
|
APPZP: load = ZP, type = zp, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||||
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
__STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
|
||||||
__BLOCKSIZE__: type = weak, value = 1024; # cart block size
|
__BLOCKSIZE__: type = weak, value = 1024; # cart block size
|
||||||
__EXEHDR__: type = import;
|
__EXEHDR__: type = import;
|
||||||
__BOOTLDR__: type = import;
|
__BOOTLDR__: type = import;
|
||||||
__DEFDIR__: type = import;
|
__DEFDIR__: type = import;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: file = "", define = yes, start = $0000, size = $0100;
|
ZP: file = "", define = yes, start = $0000, size = $0100;
|
||||||
|
@ -14,32 +14,32 @@ MEMORY {
|
||||||
RAM: file = %O, define = yes, start = $0200, size = $BE38 - __STACKSIZE__;
|
RAM: file = %O, define = yes, start = $0200, size = $BE38 - __STACKSIZE__;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
EXEHDR: load = HEADER, type = ro;
|
EXEHDR: load = HEADER, type = ro;
|
||||||
BOOTLDR: load = BOOT, type = ro;
|
BOOTLDR: load = BOOT, type = ro;
|
||||||
DIRECTORY:load = DIR, type = ro;
|
DIRECTORY: load = DIR, type = ro;
|
||||||
STARTUP: load = RAM, type = ro, define = yes;
|
STARTUP: load = RAM, type = ro, define = yes;
|
||||||
LOWCODE: load = RAM, type = ro, optional = yes;
|
LOWCODE: load = RAM, type = ro, optional = yes;
|
||||||
INIT: load = RAM, type = ro, define = yes, optional = yes;
|
INIT: load = RAM, type = ro, define = yes, optional = yes;
|
||||||
CODE: load = RAM, type = ro, define = yes;
|
CODE: load = RAM, type = ro, define = yes;
|
||||||
RODATA: load = RAM, type = ro, define = yes;
|
RODATA: load = RAM, type = ro, define = yes;
|
||||||
DATA: load = RAM, type = rw, define = yes;
|
DATA: load = RAM, type = rw, define = yes;
|
||||||
BSS: load = RAM, type = bss, define = yes;
|
BSS: load = RAM, type = bss, define = yes;
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
EXTZP: load = ZP, type = zp, optional = yes;
|
EXTZP: load = ZP, type = zp, optional = yes;
|
||||||
APPZP: load = ZP, type = zp, optional = yes;
|
APPZP: load = ZP, type = zp, optional = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@ MEMORY {
|
||||||
# - data (run)
|
# - data (run)
|
||||||
# - bss
|
# - bss
|
||||||
# - heap
|
# - heap
|
||||||
RAM: file = "", start = $6000, size = $2000, define = yes;
|
RAM: file = "", start = $6000, size = $2000, define = yes;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
HEADER: load = HEADER, type = ro;
|
HEADER: load = HEADER, type = ro;
|
||||||
|
@ -46,17 +46,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,17 +15,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,17 +23,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,17 +23,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,17 +25,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp, define = yes;
|
ZEROPAGE: load = ZP, type = zp, define = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,17 +21,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp, define = yes;
|
ZEROPAGE: load = ZP, type = zp, define = yes;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = INIT;
|
||||||
type = destructor,
|
CONDES: type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__,
|
||||||
CONDES: segment = RODATA,
|
segment = RODATA;
|
||||||
type = interruptor,
|
CONDES: type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,17 +25,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,17 +23,17 @@ SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
FEATURES {
|
FEATURES {
|
||||||
CONDES: segment = INIT,
|
CONDES: type = constructor,
|
||||||
type = constructor,
|
label = __CONSTRUCTOR_TABLE__,
|
||||||
label = __CONSTRUCTOR_TABLE__,
|
count = __CONSTRUCTOR_COUNT__,
|
||||||
count = __CONSTRUCTOR_COUNT__;
|
segment = INIT;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = destructor,
|
||||||
type = destructor,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
count = __DESTRUCTOR_COUNT__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
segment = RODATA;
|
||||||
CONDES: segment = RODATA,
|
CONDES: type = interruptor,
|
||||||
type = interruptor,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
count = __INTERRUPTOR_COUNT__,
|
||||||
count = __INTERRUPTOR_COUNT__,
|
segment = RODATA,
|
||||||
import = __CALLIRQ__;
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue