]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/apple2-system.cfg
Reworked and improved the SYMBOLS section. The old syntax (using symbol =
[cc65] / src / ld65 / cfg / apple2-system.cfg
index 7bf2f39b6ab7c9e41430f6318043bd18fb981101..0a4bcf70563873779583cb93270651d78095aad1 100644 (file)
@@ -1,7 +1,7 @@
 # Configuration for ProDOS 8 system programs (without the header)
 
 SYMBOLS {
-    __STACKSIZE__: value = $0800, weak = yes; # 2k stack
+    __STACKSIZE__: type = weak, value = $0800; # 2k stack
 }
 MEMORY {
     ZP:                define = yes, start = $0080, size = $001A;