Skip to content

Commit

Permalink
Update RGBDS master documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 1, 2024
1 parent 8711920 commit 923c96a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 5 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
22 changes: 17 additions & 5 deletions docs/rgbasm.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3 class="Ss" id="Symbol_interpolation"><a class="permalink" href="#Symbol_inte
&#x2018;<code class="Li">{fmt:symbol}</code>&#x2019;. The
&#x2018;<code class="Li">fmt</code>&#x2019; specifier consists of these
parts:
&#x2018;<code class="Li">&lt;sign&gt;&lt;prefix&gt;&lt;align&gt;&lt;pad&gt;&lt;width&gt;&lt;frac&gt;&lt;type&gt;</code>&#x2019;.
&#x2018;<code class="Li">&lt;sign&gt;&lt;exact&gt;&lt;align&gt;&lt;pad&gt;&lt;width&gt;&lt;frac&gt;&lt;prec&gt;&lt;type&gt;</code>&#x2019;.
These parts are:</p>
<table class="Bl-column">
<tr id="Part">
Expand All @@ -131,10 +131,14 @@ <h3 class="Ss" id="Symbol_interpolation"><a class="permalink" href="#Symbol_inte
this character in front of non-negative numbers.</td>
</tr>
<tr>
<td>&#x2018;<code class="Li">&lt;prefix&gt;</code>&#x2019;</td>
<td>May be &#x2018;<code class="Li">#</code>&#x2019;. If specified, prints a
base prefix for non-decimal integer types (&#x2018;$&#x2019;,
&#x2018;&amp;&#x2019;, or &#x2018;%&#x2019;).</td>
<td>&#x2018;<code class="Li">&lt;exact&gt;</code>&#x2019;</td>
<td>May be &#x2018;<code class="Li">#</code>&#x2019;. If specified, prints
the value in an &quot;exact&quot; format: with a base prefix for
non-decimal integer types (&#x2018;$&#x2019;, &#x2018;&amp;&#x2019;, or
&#x2018;%&#x2019;); with a &#x2018;<code class="Li">q</code>&#x2019;
precision suffix for fixed-point numbers; or with
&#x2018;<code class="Li">\</code>&#x2019; escape characters for
strings.</td>
</tr>
<tr>
<td>&#x2018;<code class="Li">&lt;align&gt;</code>&#x2019;</td>
Expand All @@ -160,6 +164,14 @@ <h3 class="Ss" id="Symbol_interpolation"><a class="permalink" href="#Symbol_inte
fractional digits of a fixed-point number. Defaults to 5 digits, maximum
255 digits.</td>
</tr>
<tr>
<td>&#x2018;<code class="Li">&lt;prec&gt;</code>&#x2019;</td>
<td>May be &#x2018;<code class="Li">q</code>&#x2019; followed by one or more
&#x2018;<code class="Li">0</code>&#x2019; &#x2013;
&#x2018;<code class="Li">9</code>&#x2019;. If specified, prints a
fixed-point number at this precision. Defaults to the current
<code class="Fl">-Q</code> option.</td>
</tr>
<tr>
<td>&#x2018;<code class="Li">&lt;type&gt;</code>&#x2019;</td>
<td>Specifies the type of value.</td>
Expand Down
Binary file modified docs/rgbasm.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.7.pdf
Binary file not shown.
Binary file modified docs/rgbfix.1.pdf
Binary file not shown.
Binary file modified docs/rgbgfx.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.5.pdf
Binary file not shown.

0 comments on commit 923c96a

Please sign in to comment.