]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/c64.cfg
Added o65 symbol export capability
[cc65] / src / ld65 / cfg / c64.cfg
index 0d857c1d8b191844a22de83a29df8b82c36ba988..6ca1ca9f5ed0c5d853d1f96cbc5b070e855687b2 100644 (file)
@@ -1,6 +1,6 @@
 MEMORY {
     ZP: start = $02, size = $1A, type = rw;
-    RAM: start = $7FF, size = $c801, file = %O;
+    RAM: start = $7FF, size = $c801, define = yes, file = %O;
 }
 SEGMENTS {
     CODE: load = RAM, type = wprot;
@@ -19,5 +19,8 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
+
 
-