From 53f055fb1d9dd614888260a0ecd57d7e0b1cb9fa Mon Sep 17 00:00:00 2001 From: Sven Michael Klose Date: Wed, 11 Nov 2020 12:15:09 +0100 Subject: [PATCH] Reduce stack size to 256B for unexpanded VICs. --- cfg/vic20.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/vic20.cfg b/cfg/vic20.cfg index ceaee3a87..a14491e9f 100644 --- a/cfg/vic20.cfg +++ b/cfg/vic20.cfg @@ -1,7 +1,7 @@ SYMBOLS { __LOADADDR__: type = import; __EXEHDR__: type = import; - __STACKSIZE__: type = weak, value = $0400; # 1k stack + __STACKSIZE__: type = weak, value = $0100 } MEMORY { ZP: file = "", define = yes, start = $0002, size = $001A;