add EXTZP segment

git-svn-id: svn://svn.cc65.org/cc65/trunk@3534 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2005-07-22 22:47:45 +00:00
parent 56420208c7
commit 4382eb25c8

View file

@ -13,6 +13,7 @@ SEGMENTS {
BSS: load = RAM, type = bss, define = yes;
HEAP: load = RAM, type = bss, optional = yes; # must sit just below stack
ZEROPAGE: load = ZP, type = zp;
EXTZP: load = ZP, type = zp, optional = yes;
AUTOSTRT: load = RAM, type = ro;
}
FEATURES {