]> git.sur5r.net Git - cc65/blobdiff - cfg/atari-cassette.cfg
Add some bytes in ZP block in order to able to link with o65 files
[cc65] / cfg / atari-cassette.cfg
index b138b8f0ecf1e6b2d5abfcb2fe3d04cdf864cf79..5e99c303e8bcff3c4648142aa66236940a36cec3 100644 (file)
@@ -21,8 +21,8 @@ SEGMENTS {
     CODE:     load = MAIN, type = ro,  define = yes;
     RODATA:   load = MAIN, type = ro,                optional = yes;
     DATA:     load = MAIN, type = rw,                optional = yes;
-    INIT:     load = MAIN, type = bss,               optional = yes;
     BSS:      load = MAIN, type = bss, define = yes, optional = yes;
+    INIT:     load = MAIN, type = bss,               optional = yes;
 }
 FEATURES {
     CONDES: type    = constructor,