Just some beautification.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5984 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__,
|
||||||
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__,
|
||||||
import = __CALLIRQ__ ;
|
segment = RODATA,
|
||||||
|
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__,
|
||||||
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__,
|
||||||
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 {
|
|||||||
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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,18 +19,18 @@ SEGMENTS {
|
|||||||
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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
FILES {
|
FILES {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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 {
|
||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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;
|
||||||
@@ -16,7 +16,7 @@ MEMORY {
|
|||||||
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;
|
||||||
@@ -29,17 +29,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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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;
|
||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ MEMORY {
|
|||||||
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;
|
||||||
@@ -29,17 +29,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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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__,
|
||||||
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__,
|
||||||
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__,
|
||||||
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, 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__,
|
||||||
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__,
|
||||||
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__;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user