mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
Added a sentence about unnamed labels
git-svn-id: svn://svn.cc65.org/cc65/trunk@3701 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -432,7 +432,9 @@ code. The following attributes are recognized:
|
|||||||
|
|
||||||
<tag><tt>NAME</tt></tag>
|
<tag><tt>NAME</tt></tag>
|
||||||
The attribute is followed by a string value which gives the name of the
|
The attribute is followed by a string value which gives the name of the
|
||||||
label.
|
label. Empty names are allowed, in this case the disassembler will create
|
||||||
|
an unnamed label (see the assembler docs for more information about unnamed
|
||||||
|
labels).
|
||||||
|
|
||||||
<tag><tt>SIZE</tt></tag>
|
<tag><tt>SIZE</tt></tag>
|
||||||
This attribute is optional and may be used to specify the size of the data
|
This attribute is optional and may be used to specify the size of the data
|
||||||
|
Reference in New Issue
Block a user