]> git.sur5r.net Git - cc65/blobdiff - cfg/atari.cfg
atari-asm.cfg linker config file
[cc65] / cfg / atari.cfg
index 7555bb4a1b91c91b0414070c16e830260fce059f..ef57c3e52b5c73abc153070901f07bc1f2197d35 100644 (file)
@@ -2,10 +2,13 @@ FEATURES {
     STARTADDRESS: default = $2000;
 }
 SYMBOLS {
+    __EXEHDR__:          type = import;
+    __SYSTEM_CHECK__:    type = import;  # force inclusion of "system check" load chunk
+    __MAINCHNKHDR__:     type = import;
+    __AUTOSTART__:       type = import;  # force inclusion of autostart "trailer"
     __STACKSIZE__:       type = weak, value = $0800; # 2k stack
     __STARTADDRESS__:    type = export, value = %S;
     __RESERVED_MEMORY__: type = weak, value = $0000;
-    __SYSTEM_CHECK__:    type = import;  # force inclusion of "system check" load chunk
 }
 MEMORY {
     ZP:            file = "", define = yes, start = $0082, size = $007E;