From: uz Date: Sun, 14 Nov 2010 11:51:43 +0000 (+0000) Subject: Modified the builtin c64 config to force inclusion of the new exehdr module. X-Git-Tag: V2.13.3~592 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=413491d1b2cc12fb0ae5c0833cc614434406e4b9;p=cc65 Modified the builtin c64 config to force inclusion of the new exehdr module. git-svn-id: svn://svn.cc65.org/cc65/trunk@4863 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/cfg/c64.cfg b/src/ld65/cfg/c64.cfg index 1ccf4d10b..207268e15 100644 --- a/src/ld65/cfg/c64.cfg +++ b/src/ld65/cfg/c64.cfg @@ -1,11 +1,12 @@ -SYMBOLS { +SYMBOLS { __LOADADDR__: type = import; + __EXEHDR__: type = import; __STACKSIZE__: type = weak, value = $0800; # 2k stack } MEMORY { ZP: file = "", define = yes, start = $0002, size = $001A; LOADADDR: file = %O, start = $07FF, size = $0002; - HEADER: file = %O, start = $07FF, size = $000E; + HEADER: file = %O, start = $0801, size = $000E; RAM: file = %O, define = yes, start = $080D, size = $C7F3 - __STACKSIZE__; } SEGMENTS {