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 8, 2024
1 parent 480b175 commit 62bab7e
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 17 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
37 changes: 20 additions & 17 deletions docs/rgbasm.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,30 +270,34 @@ <h3 class="Ss" id="Numeric_formats"><a class="permalink" href="#Numeric_formats"
formats</a></h3>
<p class="Pp">There are a number of numeric formats.</p>
<table class="Bl-column Bd-indent">
<tr id="Prefix">
<tr id="Possible">
<th>Format type</th>
<td><a class="permalink" href="#Prefix"><b class="Sy">Prefix</b></a></td>
<td><a class="permalink" href="#Possible"><b class="Sy">Possible
prefixes</b></a></td>
<td><a class="permalink" href="#Accepted"><b class="Sy" id="Accepted">Accepted
characters</b></a></td>
</tr>
<tr>
<td>Hexadecimal</td>
<td>$</td>
<td>0123456789ABCDEF</td>
</tr>
<tr>
<td>Decimal</td>
<td>none</td>
<td>0123456789</td>
</tr>
<tr>
<tr id="$">
<td>Hexadecimal</td>
<td><a class="permalink" href="#$"><code class="Li">$</code></a>,
<code class="Li">0x</code>, <code class="Li">0X</code></td>
<td>0123456789ABCDEF</td>
</tr>
<tr id="&amp;">
<td>Octal</td>
<td>&amp;</td>
<td><a class="permalink" href="#&amp;"><code class="Li">&amp;</code></a>,
<code class="Li">0o</code>, <code class="Li">0O</code></td>
<td>01234567</td>
</tr>
<tr>
<tr id="_">
<td>Binary</td>
<td>%</td>
<td><a class="permalink" href="#_"><code class="Li">%</code></a>,
<code class="Li">0b</code>, <code class="Li">0B</code></td>
<td>01</td>
</tr>
<tr>
Expand All @@ -313,7 +317,7 @@ <h3 class="Ss" id="Numeric_formats"><a class="permalink" href="#Numeric_formats"
</tr>
<tr>
<td>Game Boy graphics</td>
<td>`</td>
<td><code class="Li">`</code></td>
<td>0123</td>
</tr>
</table>
Expand Down Expand Up @@ -356,8 +360,8 @@ <h3 class="Ss" id="Operators"><a class="permalink" href="#Operators">Operators</
<td><a class="permalink" href="#**"><code class="Li">**</code></a></td>
<td>Exponent</td>
</tr>
<tr id="_">
<td><a class="permalink" href="#_"><code class="Li">~ + -</code></a></td>
<tr id="_~2">
<td><a class="permalink" href="#_~2"><code class="Li">~ + -</code></a></td>
<td>Unary complement/plus/minus</td>
</tr>
<tr id="*">
Expand All @@ -376,9 +380,8 @@ <h3 class="Ss" id="Operators"><a class="permalink" href="#Operators">Operators</
<td><a class="permalink" href="#___"><code class="Li">&gt;&gt;&gt;</code></a></td>
<td>Unsigned shift right (zero-extension)</td>
</tr>
<tr id="&amp;">
<td><a class="permalink" href="#&amp;"><code class="Li">&amp; |
^</code></a></td>
<tr>
<td><code class="Li">&amp; | ^</code></td>
<td>Binary and/or/xor</td>
</tr>
<tr id="+">
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 62bab7e

Please sign in to comment.