]> git.sur5r.net Git - cc65/commitdiff
Update c16-32k.cfg 552/head
authorStefan <stefan.haubenthal@gmail.com>
Sat, 16 Dec 2017 01:35:00 +0000 (02:35 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2017 01:35:00 +0000 (02:35 +0100)
cfg/c16-32k.cfg

index f2ce53d0511e69f13a153cc5e4a1139f0afa12a5..b67c66b96a57aa5f4097335cb76f435658325cdd 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 = $7FF3 - __STACKSIZE__;
+    MAIN:     file = %O,               start = $100D, size = $6FF3 - __STACKSIZE__;
 }
 SEGMENTS {
     ZEROPAGE: load = ZP,       type = zp;