From 4382eb25c81bf342bd7c653e25a2447279366b8d Mon Sep 17 00:00:00 2001 From: cpg Date: Fri, 22 Jul 2005 22:47:45 +0000 Subject: [PATCH] add EXTZP segment git-svn-id: svn://svn.cc65.org/cc65/trunk@3534 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ld65/cfg/atari.cfg | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5