]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/c64.cfg
Restructuring the object file format
[cc65] / src / ld65 / cfg / c64.cfg
index 76babb39ebfa99bddb7fe351a42674c6d9b2fbed..6c5ff8da8fd5ffcdc1449c7e7c28ff18112c2891 100644 (file)
@@ -3,6 +3,8 @@ MEMORY {
     RAM: start = $7FF, size = $c801, define = yes, file = %O;
 }
 SEGMENTS {
+    STARTUP: load = RAM, type = wprot;
+    LOWCODE: load = RAM, type = wprot, optional = yes;
     CODE: load = RAM, type = wprot;
     RODATA: load = RAM, type = wprot;
     DATA: load = RAM, type = rw;