]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/apple2.cfg
Added command line response files
[cc65] / src / ld65 / cfg / apple2.cfg
index 2f99839c7c4adcfa451b84c058739e018156344a..ec860e7737e846001818aee479bbc533d0fc50bc 100644 (file)
@@ -9,3 +9,13 @@ SEGMENTS {
     BSS: load = RAM, type = bss, define = yes;
     ZEROPAGE: load = ZP, type = zp;
 }
+FEATURES {
+    CONDES: segment = RODATA,
+           type = constructor,
+           label = __CONSTRUCTOR_TABLE__,
+           count = __CONSTRUCTOR_COUNT__;
+    CONDES: segment = RODATA,
+           type = destructor,
+           label = __DESTRUCTOR_TABLE__,
+           count = __DESTRUCTOR_COUNT__;
+}