]> git.sur5r.net Git - cc65/commitdiff
Added segment type zp
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Apr 2001 08:48:29 +0000 (08:48 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Apr 2001 08:48:29 +0000 (08:48 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@687 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ld65.sgml

index 5e725d645cb39e883f657ce022379f7b417419cf..875e4abea3c750b554180a1ff78030a0b8edf7f9 100644 (file)
@@ -344,6 +344,7 @@ specify a segment attribute. There are five possible segment attributes:
        rw      means read/write
        bss     means that this is an uninitialized segment
        empty   will not go in any output file
+       zp      a zeropage segment
 </verb></tscreen>
 
 So, because we specified that the segment with the name BSS is of type bss,