mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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:
parent
c797be4767
commit
4786caf496
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user