]> git.sur5r.net Git - cc65/commitdiff
add EXTZP segment to atari-asm.cfg 76/head
authorChristian Groessler <chris@groessler.org>
Wed, 22 Jan 2014 17:15:13 +0000 (18:15 +0100)
committerChristian Groessler <chris@groessler.org>
Wed, 22 Jan 2014 17:15:52 +0000 (18:15 +0100)
cfg/atari-asm.cfg

index 3fea6191791b17112a300c45ebf74691b878d870..4ff7c3173ebdf21c7aa5514a2f708f686b2f1f3b 100644 (file)
@@ -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;
 }