Skip to content

Commit 85c874d

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 05c8e60 commit 85c874d

File tree

11 files changed

+9
-4
lines changed

11 files changed

+9
-4
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIP
4141
<dt id="b"><a class="permalink" href="#b"><code class="Fl">-b</code></a>
4242
<var class="Ar">chars</var>, <code class="Fl">--binary-digits</code>
4343
<var class="Ar">chars</var></dt>
44-
<dd>Change the two characters used for binary constants. The defaults are
45-
01.</dd>
44+
<dd>Allow two characters to be used for binary constants in addition to the
45+
default &#x2018;0&#x2019; and &#x2018;1&#x2019;. Valid characters are
46+
numbers other than &#x2018;0&#x2019; and &#x2018;1&#x2019;, letters,
47+
&#x2018;.&#x2019;, &#x2018;#&#x2019;, or &#x2018;@&#x2019;.</dd>
4648
<dt id="D"><a class="permalink" href="#D"><code class="Fl">-D</code></a>
4749
<var class="Ar">name</var>[=<var class="Ar">value</var>],
4850
<code class="Fl">--define</code>
@@ -61,8 +63,11 @@ <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIP
6163
<dt id="g"><a class="permalink" href="#g"><code class="Fl">-g</code></a>
6264
<var class="Ar">chars</var>, <code class="Fl">--gfx-chars</code>
6365
<var class="Ar">chars</var></dt>
64-
<dd>Change the four characters used for gfx constants. The defaults are
65-
0123.</dd>
66+
<dd>Allow four characters to be used for graphics constants in addition to the
67+
default &#x2018;0&#x2019;, &#x2018;1&#x2019;, &#x2018;2&#x2019;, and
68+
&#x2018;3&#x2019;. Valid characters are numbers other than
69+
&#x2018;0&#x2019; to &#x2018;3&#x2019;, letters, &#x2018;.&#x2019;,
70+
&#x2018;#&#x2019;, or &#x2018;@&#x2019;. The defaults are 0123.</dd>
6671
<dt id="h"><a class="permalink" href="#h"><code class="Fl">-h</code></a>,
6772
<code class="Fl">--help</code></dt>
6873
<dd>Print help text for the program and exit.</dd>

docs/rgbasm.1.pdf

271 Bytes
Binary file not shown.

docs/rgbasm.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.7.pdf

0 Bytes
Binary file not shown.

docs/rgbfix.1.pdf

0 Bytes
Binary file not shown.

docs/rgbgfx.1.pdf

0 Bytes
Binary file not shown.

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

docs/rgblink.5.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)