]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/atmos.cfg
Move the constructor tables into the INIT segment
[cc65] / src / ld65 / cfg / atmos.cfg
index a9c7c071818cfd54b47dd1cc5e1311d2989d5864..76db35cf4fe541eb78f1422da0e82e20edd95e0d 100644 (file)
@@ -15,7 +15,7 @@ SEGMENTS {
     ZEROPAGE: load = ZP,      type = zp;
 }
 FEATURES {
-    CONDES: segment = RODATA,
+    CONDES: segment = INIT,
            type = constructor,
            label = __CONSTRUCTOR_TABLE__,
            count = __CONSTRUCTOR_COUNT__;