]> git.sur5r.net Git - cc65/commitdiff
More room by default for zero-page data.
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Sun, 22 Mar 2015 11:10:58 +0000 (12:10 +0100)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Mon, 23 Mar 2015 17:42:25 +0000 (18:42 +0100)
cfg/osic1p.cfg

index b05eeb3d5f03faf1260c5a39a7a7b6d3250d69bd..fd9aa604e244f2d5cbc384a33106e1cbdee71773 100644 (file)
@@ -10,7 +10,7 @@ SYMBOLS {
 }
 MEMORY {
     # for size of ZP, see runtime/zeropage.s and c1p/extzp.s
-    ZP:       file = "", define = yes, start = $0002, size = $001A + $0006;
+    ZP:       file = "", define = yes, start = $0002, size = $001A + $0020;
     HEAD:     file = %O,               start = $0000, size = $00B6;
     RAM:      file = %O, define = yes, start = %S, size = __HIMEM__ - __STACKSIZE__ - %S;
 }