Skip to content

Commit 62bab7e

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 480b175 commit 62bab7e

10 files changed

+20
-17
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.html

+20-17
Original file line numberDiff line numberDiff line change
@@ -270,30 +270,34 @@ <h3 class="Ss" id="Numeric_formats"><a class="permalink" href="#Numeric_formats"
270270
formats</a></h3>
271271
<p class="Pp">There are a number of numeric formats.</p>
272272
<table class="Bl-column Bd-indent">
273-
<tr id="Prefix">
273+
<tr id="Possible">
274274
<th>Format type</th>
275-
<td><a class="permalink" href="#Prefix"><b class="Sy">Prefix</b></a></td>
275+
<td><a class="permalink" href="#Possible"><b class="Sy">Possible
276+
prefixes</b></a></td>
276277
<td><a class="permalink" href="#Accepted"><b class="Sy" id="Accepted">Accepted
277278
characters</b></a></td>
278279
</tr>
279-
<tr>
280-
<td>Hexadecimal</td>
281-
<td>$</td>
282-
<td>0123456789ABCDEF</td>
283-
</tr>
284280
<tr>
285281
<td>Decimal</td>
286282
<td>none</td>
287283
<td>0123456789</td>
288284
</tr>
289-
<tr>
285+
<tr id="$">
286+
<td>Hexadecimal</td>
287+
<td><a class="permalink" href="#$"><code class="Li">$</code></a>,
288+
<code class="Li">0x</code>, <code class="Li">0X</code></td>
289+
<td>0123456789ABCDEF</td>
290+
</tr>
291+
<tr id="&amp;">
290292
<td>Octal</td>
291-
<td>&amp;</td>
293+
<td><a class="permalink" href="#&amp;"><code class="Li">&amp;</code></a>,
294+
<code class="Li">0o</code>, <code class="Li">0O</code></td>
292295
<td>01234567</td>
293296
</tr>
294-
<tr>
297+
<tr id="_">
295298
<td>Binary</td>
296-
<td>%</td>
299+
<td><a class="permalink" href="#_"><code class="Li">%</code></a>,
300+
<code class="Li">0b</code>, <code class="Li">0B</code></td>
297301
<td>01</td>
298302
</tr>
299303
<tr>
@@ -313,7 +317,7 @@ <h3 class="Ss" id="Numeric_formats"><a class="permalink" href="#Numeric_formats"
313317
</tr>
314318
<tr>
315319
<td>Game Boy graphics</td>
316-
<td>`</td>
320+
<td><code class="Li">`</code></td>
317321
<td>0123</td>
318322
</tr>
319323
</table>
@@ -356,8 +360,8 @@ <h3 class="Ss" id="Operators"><a class="permalink" href="#Operators">Operators</
356360
<td><a class="permalink" href="#**"><code class="Li">**</code></a></td>
357361
<td>Exponent</td>
358362
</tr>
359-
<tr id="_">
360-
<td><a class="permalink" href="#_"><code class="Li">~ + -</code></a></td>
363+
<tr id="_~2">
364+
<td><a class="permalink" href="#_~2"><code class="Li">~ + -</code></a></td>
361365
<td>Unary complement/plus/minus</td>
362366
</tr>
363367
<tr id="*">
@@ -376,9 +380,8 @@ <h3 class="Ss" id="Operators"><a class="permalink" href="#Operators">Operators</
376380
<td><a class="permalink" href="#___"><code class="Li">&gt;&gt;&gt;</code></a></td>
377381
<td>Unsigned shift right (zero-extension)</td>
378382
</tr>
379-
<tr id="&amp;">
380-
<td><a class="permalink" href="#&amp;"><code class="Li">&amp; |
381-
^</code></a></td>
383+
<tr>
384+
<td><code class="Li">&amp; | ^</code></td>
382385
<td>Binary and/or/xor</td>
383386
</tr>
384387
<tr id="+">

docs/rgbasm.5.pdf

55 Bytes
Binary file not shown.

docs/rgbds.5.pdf

0 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.

docs/rgblink.5.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)