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 Nov 20, 2023
1 parent 173e614 commit 4a6fcf8
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/rgbasm.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
<dd>Warn when an implicit truncation (for example, <code class="Ic">db</code>
to an 8-bit value) loses some bits. <code class="Fl">-Wtruncation=0</code>
or <code class="Fl">-Wno-truncation</code> disables this warning.
<code class="Fl">-Wtruncation=1</code> warns when an N-bit value's
absolute value is 2**N or greater. <code class="Fl">-Wtruncation=2</code>
or just <code class="Fl">-Wtruncation</code> also warns when an N-bit
value is less than -2**(N-1), which will not fit in two's complement
encoding.</dd>
<code class="Fl">-Wtruncation=1</code> warns when an N-bit value is 2**N
or greater, or less than -2**N. <code class="Fl">-Wtruncation=2</code> or
just <code class="Fl">-Wtruncation</code> also warns when an N-bit value
is less than -2**(N-1), which will not fit in two's complement
encoding.</dd>
<dt id="Wunmapped-char="><a class="permalink" href="#Wunmapped-char="><code class="Fl">-Wunmapped-char=</code></a></dt>
<dd>Warn when a character goes through charmap conversion but has no defined
mapping. <code class="Fl">-Wunmapped-char=0</code> or
Expand Down
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
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 4a6fcf8

Please sign in to comment.