From: cpg Date: Fri, 22 Jul 2005 22:47:45 +0000 (+0000) Subject: add EXTZP segment X-Git-Tag: V2.12.0~309 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4382eb25c81bf342bd7c653e25a2447279366b8d;p=cc65 add EXTZP segment git-svn-id: svn://svn.cc65.org/cc65/trunk@3534 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/cfg/atari.cfg b/src/ld65/cfg/atari.cfg index 37a0c4431..5a03848a3 100644 --- a/src/ld65/cfg/atari.cfg +++ b/src/ld65/cfg/atari.cfg @@ -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 {