]> git.sur5r.net Git - cc65/commitdiff
For modules, the ZP memory area must be written to the output file. This is
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Nov 2010 10:20:28 +0000 (10:20 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Nov 2010 10:20:28 +0000 (10:20 +0000)
required by the logic in the linker.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4854 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/module.cfg

index 7d30d0e37deb6fa4676c8eb1136028e2cdc7c946..edc87fb175d2cd2f928eb9c0e59f0628e15e43a5 100644 (file)
@@ -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 {