1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

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
This commit is contained in:
uz 2010-11-13 10:20:28 +00:00
parent c797be4767
commit 4786caf496

View 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 {