Add the new OPTIONAL attribute to the LOWCODE segment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@2165 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-22 22:32:33 +00:00
parent 3b3e1bec17
commit cfb622f738
10 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ MEMORY {
SEGMENTS {
EXEHDR: load = HEADER, type = ro;
STARTUP: load = RAM, type = ro, define = yes;
LOWCODE: load = RAM, type = ro;
LOWCODE: load = RAM, type = ro, optional = yes;
CODE: load = RAM, type = ro;
RODATA: load = RAM, type = ro;
DATA: load = RAM, type = rw;