]> git.sur5r.net Git - cc65/blobdiff - cfg/none.cfg
Merge pull request #740 from laubzega/master
[cc65] / cfg / none.cfg
index 26f5379cd416d73976c8c60a96a46e9b47cb53b2..cedd2d839dff089428cba53183941984f9640423 100644 (file)
@@ -8,7 +8,7 @@ SYMBOLS {
 }
 MEMORY {
     ZP:   file = "", define = yes, start = __ZPSTART__, size = $001F;
-    MAIN: file = %O, define = yes, start = %S,          size = __STACKSTART__ - __STACKSIZE__;
+    MAIN: file = %O,               start = %S,          size = __STACKSTART__ - __STACKSIZE__ - %S;
 }
 SEGMENTS {
     ZEROPAGE: load = ZP,   type = zp;