]> git.sur5r.net Git - cc65/blobdiff - cfg/apple2-asm.cfg
Merge pull request #575 from groessler/something_to_pull
[cc65] / cfg / apple2-asm.cfg
index 151ba84c45b86f503bebc34f723d9939f695971f..8e5abefc5466f25d067d0759c9913cb053692480 100644 (file)
@@ -12,7 +12,7 @@ MEMORY {
 SEGMENTS {
     ZEROPAGE: load = ZP,     type = zp,  optional = yes;
     EXEHDR:   load = HEADER, type = ro,  optional = yes;
-    CODE:     load = MAIN,   type = rw,  optional = yes;
+    CODE:     load = MAIN,   type = rw;
     RODATA:   load = MAIN,   type = ro,  optional = yes;
     DATA:     load = MAIN,   type = rw,  optional = yes;
     BSS:      load = BSS,    type = bss, optional = yes, define = yes;