]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/cbm610.cfg
Reworked and improved the SYMBOLS section. The old syntax (using symbol =
[cc65] / src / ld65 / cfg / cbm610.cfg
index 177e7ccbed1de6e5a17628b986e357905a6a9271..f9d02ba643502e31c34b32d40da4d6691d9fbfed 100644 (file)
@@ -1,5 +1,5 @@
 SYMBOLS {
-    __STACKSIZE__: value = $0800, weak = yes; # 2k stack
+    __STACKSIZE__: type = weak, value = $0800; # 2k stack
 }
 MEMORY {
     HEADER:   file = %O,               start = $0001, size = $0050, fill = yes;