From: Christian Groessler Date: Wed, 22 Jan 2014 17:15:13 +0000 (+0100) Subject: add EXTZP segment to atari-asm.cfg X-Git-Tag: V2.15~192^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0fa89608363025a79e2090ae2742f6298e89ccb5;p=cc65 add EXTZP segment to atari-asm.cfg --- diff --git a/cfg/atari-asm.cfg b/cfg/atari-asm.cfg index 3fea61917..4ff7c3173 100644 --- a/cfg/atari-asm.cfg +++ b/cfg/atari-asm.cfg @@ -25,5 +25,6 @@ SEGMENTS { DATA: load = RAM, type = rw optional = yes; BSS: load = RAM, type = bss, define = yes, optional = yes; ZEROPAGE: load = ZP, type = zp, optional = yes; + EXTZP: load = ZP, type = zp, optional = yes; # to enable modules to be able to link to C and assembler programs AUTOSTRT: load = TRAILER, type = ro, optional = yes; }