]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/cbm610.cfg
Better handling of imports in the ExprNode structure.
[cc65] / src / ld65 / cfg / cbm610.cfg
index 7df52e8456dd3553d5a2fd074dce7e49ef39daa0..177e7ccbed1de6e5a17628b986e357905a6a9271 100644 (file)
@@ -7,8 +7,8 @@ MEMORY {
     STARTUP:  file = %O,               start = $00FE, size = $0102, fill = yes;
     PAGE2:    file = %O,               start = $0200, size = $0100, fill = yes;
     PAGE3:    file = %O,               start = $0300, size = $0100, fill = yes;
-    RAM:      file = %O,               start = $0400, size = $FAAE - __STACKSIZE__;
-}                              
+    RAM:      file = %O,               start = $0400, size = $FECB - __STACKSIZE__;
+}
 SEGMENTS {
     EXEHDR:   load = HEADER,  type = rw;
     STARTUP:  load = STARTUP, type = rw;