Made EXTZP segment option for modules.
This allows to remove the "add empty EXTZP segement to avoid warnings" approach.
This commit is contained in:
@@ -10,7 +10,7 @@ SEGMENTS {
|
||||
DATA: load = COMBINED, type = rw, define = yes;
|
||||
BSS: load = COMBINED, type = bss, define = yes;
|
||||
ZEROPAGE: load = ZP, type = zp;
|
||||
EXTZP: load = ZP, type = zp;
|
||||
EXTZP: load = ZP, type = zp, optional = yes;
|
||||
}
|
||||
FILES {
|
||||
%O: format = o65;
|
||||
|
||||
Reference in New Issue
Block a user