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

index 9f54730af8126cf82f0f36274a33f6dd2b8a60bc..8016c6d0f89e9564782fe2eb05b91a931c9cc746 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 = $3FF3 - __STACKSIZE__;
+    MAIN:     file = %O,               start = $100D, size = $2FF3 - __STACKSIZE__;
 }
 SEGMENTS {
     ZEROPAGE: load = ZP,       type = zp;