Skip to content

Commit a216b77

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 24f9b38 commit a216b77

File tree

11 files changed

+12
-4
lines changed

11 files changed

+12
-4
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.5.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,10 +637,18 @@ <h3 class="Ss" id="RPN_expressions"><a class="permalink" href="#RPN_expressions"
637637
<tr id="$61">
638638
<td><a class="permalink" href="#$61"><code class="Li">$61</code></a></td>
639639
<td>&#x2018;<code class="Li">rst</code>&#x2019; check. Checks if the value
640-
is a valid &#x2018;<code class="Li">rst</code>&#x2019; (see &#x201C;RST
641-
vec&#x201D; in <a class="Xr" href="./gbz80.7">gbz80(7)</a>) vector, that
642-
is one of $00, $08, $10, $18, $20, $28, $30, or $38. The value is then
643-
ORed with $C7 (&#x2018;<code class="Li">| $C7</code>&#x2019;).</td>
640+
is a valid &#x2018;<code class="Li">rst</code>&#x2019; vector (see
641+
&#x201C;RST vec&#x201D; in <a class="Xr" href="./gbz80.7">gbz80(7)</a>),
642+
that is, one of $00, $08, $10, $18, $20, $28, $30, or $38. The value is
643+
then ORed with $C7 (&#x2018;<code class="Li">| $C7</code>&#x2019;).</td>
644+
</tr>
645+
<tr id="$62">
646+
<td><a class="permalink" href="#$62"><code class="Li">$62</code></a></td>
647+
<td>&#x2018;<code class="Li">bit/res/set</code>&#x2019; check; followed by
648+
the instruction's <code class="Cm">BYTE</code> mask. Checks if the value
649+
is a valid bit index (see e.g. &#x201C;BIT u3, r8&#x201D; in
650+
<a class="Xr" href="./gbz80.7">gbz80(7)</a>), that is, from 0 to 7. The
651+
value is then ORed with the instruction's mask.</td>
644652
</tr>
645653
<tr id="$80">
646654
<td><a class="permalink" href="#$80"><code class="Li">$80</code></a></td>

docs/rgbds.5.pdf

183 Bytes
Binary file not shown.

docs/rgbds.7.pdf

0 Bytes
Binary file not shown.

docs/rgbfix.1.pdf

0 Bytes
Binary file not shown.

docs/rgbgfx.1.pdf

0 Bytes
Binary file not shown.

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)