Skip to content

Commit b859ea3

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 7490244 commit b859ea3

12 files changed

Lines changed: 3 additions & 3 deletions

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
271271
<code class="Fl">-Wall</code>.</dd>
272272
<dt id="Wbuiltin-args"><a class="permalink" href="#Wbuiltin-args"><code class="Fl">-Wbuiltin-args</code></a></dt>
273273
<dd>Warn about incorrect arguments to built-in functions, such as
274-
<code class="Fn">STRSUB</code>() with indexes outside of the string's
274+
<code class="Fn">STRSLICE</code>() with indexes outside of the string's
275275
bounds. This warning is enabled by <code class="Fl">-Wall</code>.</dd>
276276
<dt id="Wcharmap-redef"><a class="permalink" href="#Wcharmap-redef"><code class="Fl">-Wcharmap-redef</code></a></dt>
277277
<dd>Warn when re-defining a charmap mapping. This warning is enabled by

docs/rgbasm.1.pdf

4 Bytes
Binary file not shown.

docs/rgbasm.5.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,12 +868,12 @@ <h3 class="Ss" id="String_expressions"><a class="permalink" href="#String_expres
868868
<tr id="INCHARMAP">
869869
<td><a class="permalink" href="#INCHARMAP"><code class="Fn">INCHARMAP</code></a>(<var class="Fa">str</var>)</td>
870870
<td>Returns 1 if <var class="Ar">str</var> <span class="No">has an entry in
871-
the current charmap, or 0 otherwise</span>.</td>
871+
the current charmap, or 0 otherwise.</span></td>
872872
</tr>
873873
<tr id="CHARLEN">
874874
<td><a class="permalink" href="#CHARLEN"><code class="Fn">CHARLEN</code></a>(<var class="Fa">str</var>)</td>
875875
<td>Returns the number of charmap entries in <var class="Ar">str</var>
876-
<span class="No">with the current charmap</span>.</td>
876+
<span class="No">with the current charmap.</span></td>
877877
</tr>
878878
<tr id="CHARCMP">
879879
<td><a class="permalink" href="#CHARCMP"><code class="Fn">CHARCMP</code></a>(<var class="Fa">str1</var>,

docs/rgbasm.5.pdf

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

0 commit comments

Comments
 (0)