From: uz Date: Sat, 13 Nov 2010 10:20:28 +0000 (+0000) Subject: For modules, the ZP memory area must be written to the output file. This is X-Git-Tag: V2.13.3~601 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4786caf496bd8e6989abee74017aa098df860c41;p=cc65 For modules, the ZP memory area must be written to the output file. This is required by the logic in the linker. git-svn-id: svn://svn.cc65.org/cc65/trunk@4854 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/cfg/module.cfg b/src/ld65/cfg/module.cfg index 7d30d0e37..edc87fb17 100644 --- a/src/ld65/cfg/module.cfg +++ b/src/ld65/cfg/module.cfg @@ -1,5 +1,5 @@ MEMORY { - ZP: file = "", start = $0000, size = $0100, type = rw, define = yes; + ZP: file = %O, start = $0000, size = $0100, type = rw, define = yes; COMBINED: file = %O, start = $0000, size = $FFFF; } SEGMENTS {