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 Feb 12, 2025
1 parent 24f9b38 commit a216b77
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 4 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm-old.5.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
Binary file modified docs/rgbasm.5.pdf
Binary file not shown.
16 changes: 12 additions & 4 deletions docs/rgbds.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,18 @@ <h3 class="Ss" id="RPN_expressions"><a class="permalink" href="#RPN_expressions"
<tr id="$61">
<td><a class="permalink" href="#$61"><code class="Li">$61</code></a></td>
<td>&#x2018;<code class="Li">rst</code>&#x2019; check. Checks if the value
is a valid &#x2018;<code class="Li">rst</code>&#x2019; (see &#x201C;RST
vec&#x201D; in <a class="Xr" href="./gbz80.7">gbz80(7)</a>) vector, that
is one of $00, $08, $10, $18, $20, $28, $30, or $38. The value is then
ORed with $C7 (&#x2018;<code class="Li">| $C7</code>&#x2019;).</td>
is a valid &#x2018;<code class="Li">rst</code>&#x2019; vector (see
&#x201C;RST vec&#x201D; in <a class="Xr" href="./gbz80.7">gbz80(7)</a>),
that is, one of $00, $08, $10, $18, $20, $28, $30, or $38. The value is
then ORed with $C7 (&#x2018;<code class="Li">| $C7</code>&#x2019;).</td>
</tr>
<tr id="$62">
<td><a class="permalink" href="#$62"><code class="Li">$62</code></a></td>
<td>&#x2018;<code class="Li">bit/res/set</code>&#x2019; check; followed by
the instruction's <code class="Cm">BYTE</code> mask. Checks if the value
is a valid bit index (see e.g. &#x201C;BIT u3, r8&#x201D; in
<a class="Xr" href="./gbz80.7">gbz80(7)</a>), that is, from 0 to 7. The
value is then ORed with the instruction's mask.</td>
</tr>
<tr id="$80">
<td><a class="permalink" href="#$80"><code class="Li">$80</code></a></td>
Expand Down
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 a216b77

Please sign in to comment.