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 28, 2024
1 parent 48a6474 commit c65015d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 0 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/rgbasm.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
is not empty. <code class="Fl">-Wunmapped-char=2</code> warns if the
active charmap is empty, and/or is not the default charmap
&#x2018;main&#x2019;.</dd>
<dt id="Wunmatched-directive"><a class="permalink" href="#Wunmatched-directive"><code class="Fl">-Wunmatched-directive</code></a></dt>
<dd>Warn when a <code class="Ic">PUSHC</code>, <code class="Ic">PUSHO</code>,
or <code class="Ic">PUSHS</code> directive does not have a corresponding
<code class="Ic">POPC</code>, <code class="Ic">POPO</code>, or
<code class="Ic">POPS</code>. This warning is enabled by
<code class="Fl">-Wextra</code>.</dd>
<dt id="Wunterminated-load"><a class="permalink" href="#Wunterminated-load"><code class="Fl">-Wunterminated-load</code></a></dt>
<dd>Warn when a <code class="Ic">LOAD</code> block is not terminated by an
<code class="Ic">ENDL</code>. This warning is enabled by
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 c65015d

Please sign in to comment.