1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-25 16:29:08 +00:00

Added segment type zp

git-svn-id: svn://svn.cc65.org/cc65/trunk@687 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-04-06 08:48:29 +00:00
parent 5627f27586
commit a6fa922b10

View 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,