]> git.sur5r.net Git - cc65/commitdiff
Fixed memory config #551
authorStefan <stefan.haubenthal@gmail.com>
Fri, 15 Dec 2017 23:41:00 +0000 (00:41 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2017 23:41:00 +0000 (00:41 +0100)
cfg/c16.cfg

index b67c66b96a57aa5f4097335cb76f435658325cdd..9f54730af8126cf82f0f36274a33f6dd2b8a60bc 100644 (file)
@@ -7,7 +7,7 @@ MEMORY {
     ZP:       file = "", define = yes, start = $0002, size = $001A;
     LOADADDR: file = %O,               start = $0FFF, size = $0002;
     HEADER:   file = %O,               start = $1001, size = $000C;
-    MAIN:     file = %O,               start = $100D, size = $6FF3 - __STACKSIZE__;
+    MAIN:     file = %O,               start = $100D, size = $3FF3 - __STACKSIZE__;
 }
 SEGMENTS {
     ZEROPAGE: load = ZP,       type = zp;