mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Fixed c&p error and added GEOS bitmap description.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5654 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
33926dee54
commit
dcbc31103d
@ -236,6 +236,11 @@ format. There are no additional attributes for this format.
|
||||
|
||||
<sect1>GEOS bitmap<p>
|
||||
|
||||
The current bitmap working copy is converted to a GEOS compacted bitmap. This
|
||||
format is used by several GEOS functions (i.e. 'BitmapUp') and is described
|
||||
in 'The Official GEOS Programmers Reference Guide', chapter 4, section
|
||||
'Bit-Mapped Graphics'.
|
||||
|
||||
|
||||
<sect1>GEOS icon<p>
|
||||
|
||||
@ -285,8 +290,8 @@ assembler format. There are several attributes for this output format:
|
||||
prefixed by '$'. For base 10, there is no prefix.
|
||||
|
||||
<tag/bytesperline/
|
||||
The value for this attribute specifies the number of bytes output in
|
||||
one line of the assembler file. The default is 16.
|
||||
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.
|
||||
@ -313,8 +318,8 @@ Possible attributes for this format are:
|
||||
are prefixed by 0x. For base 10, there is no prefix.
|
||||
|
||||
<tag/bytesperline/
|
||||
The value for this attribute specifies the number of bytes output in
|
||||
one line of the assembler file. The default is 16.
|
||||
The value for this attribute specifies the number of bytes output in one
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user