The value for this attribute specifies the number of bytes output in one
line of the assembler file. The default is 16.
- <tag/label/
- If specified, an assembler label is added in front of the data.
-
- <tag/segment/
- If specified, a <tt/.SEGMENT/ directive is used to place the data into
- the given segment.
+ <tag/ident/
+ This is an optional attribute. When given, the output processor will wrap
+ the data into a <tt/.PROC/ with the given name. In addition, three constants
+ are added as local symbols within the <tt/.PROC/: <tt/COLORS/, <tt/WIDTH/
+ and <tt/HEIGHT/.
</descrip>
line of the C source code. The default is 16.
<tag/ident/
- This mandatory specifies the identifier which is used as the name of the
- variable that holds the output data.
+ This is an optional attribute. When given, the output processor will wrap
+ the data into an array of unsigned char with the given name. In addition,
+ three <tt/#define/s are added for <tt/<ident>_COLORS/,
+ <tt/<ident>_WIDTH/ and <tt/<ident>_HEIGHT/.
</descrip>