From a6fa922b1046c344b148edf79c2c3fe866ba72e9 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 6 Apr 2001 08:48:29 +0000 Subject: [PATCH] Added segment type zp git-svn-id: svn://svn.cc65.org/cc65/trunk@687 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ld65.sgml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 5e725d645..875e4abea 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -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 So, because we specified that the segment with the name BSS is of type bss, -- 2.39.5