X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cfg%2Fvic20-32k.cfg;h=fe53d46ab9d3ce42637489537912e5644b07e905;hb=4c45de2c45f0cb63f17c7c562bb694ceee4262b9;hp=28dd661ad6953ebb4a4578bec6351dbaf3b6c6e1;hpb=6002e59c286fcb7292f4cf8d2a51828485e5321e;p=cc65 diff --git a/cfg/vic20-32k.cfg b/cfg/vic20-32k.cfg index 28dd661ad..fe53d46ab 100644 --- a/cfg/vic20-32k.cfg +++ b/cfg/vic20-32k.cfg @@ -3,7 +3,7 @@ SYMBOLS { __LOADADDR__: type = import; __EXEHDR__: type = import; - __STACKSIZE__: type = weak, value = $0400; # 1k stack + __STACKSIZE__: type = weak, value = $0800; # 2k stack } MEMORY { ZP: file = "", define = yes, start = $0002, size = $001A;