]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/nes.cfg
Added command line response files
[cc65] / src / ld65 / cfg / nes.cfg
index b0e9034333a69981230cad8c7ca250e9c0adfb26..af02c5c65ebcfffb9b1c38760f12b0c3582a115a 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__;
+}