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 Oct 16, 2024
1 parent 52bb33c commit 47fbf49
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/rgbasm.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,13 @@ <h3 class="Ss" id="Integer_functions"><a class="permalink" href="#Integer_functi
</tr>
<tr id="HIGH">
<td><a class="permalink" href="#HIGH"><code class="Fn">HIGH</code></a>(<var class="Fa">n</var>)</td>
<td>Equivalent to &#x2018;<code class="Li"><var class="Ar">n</var>
<span class="No">&amp; $FF</span></code>&#x2019;.</td>
<td>Equivalent to &#x2018;<code class="Li">(<var class="Ar">n</var>
<span class="No">&amp; $FF00</span>) &gt;&gt; 8</code>&#x2019;.</td>
</tr>
<tr id="LOW">
<td><a class="permalink" href="#LOW"><code class="Fn">LOW</code></a>(<var class="Fa">n</var>)</td>
<td>Equivalent to &#x2018;<code class="Li">(<var class="Ar">n</var>
<span class="No">&amp; $FF00</span>) &gt;&gt; 8</code>&#x2019;.</td>
<td>Equivalent to &#x2018;<code class="Li"><var class="Ar">n</var>
<span class="No">&amp; $FF</span></code>&#x2019;.</td>
</tr>
<tr id="BITWIDTH">
<td><a class="permalink" href="#BITWIDTH"><code class="Fn">BITWIDTH</code></a>(<var class="Fa">n</var>)</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 47fbf49

Please sign in to comment.