Skip to content

Commit d36b4e7

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent df6cc73 commit d36b4e7

11 files changed

+6
-6
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
282282
<dt id="Wno-nested-comment"><a class="permalink" href="#Wno-nested-comment"><code class="Fl">-Wno-nested-comment</code></a></dt>
283283
<dd>Warn when the block comment start sequence
284284
&#x2018;<code class="Li">/*</code>&#x2019; is found inside of a block
285-
comment. Block comments cannot be nested, so an &quot;inner&quot;
286-
&#x2018;<code class="Li">*/</code>&#x2019; is likely to have ended the
287-
whole comment.</dd>
285+
comment. Block comments cannot be nested, so the first
286+
&#x2018;<code class="Li">*/</code>&#x2019; will end the whole
287+
comment.</dd>
288288
<dt id="Wno-obsolete"><a class="permalink" href="#Wno-obsolete"><code class="Fl">-Wno-obsolete</code></a></dt>
289289
<dd>Warn when obsolete constructs such as the <code class="Ic">_PI</code>
290290
constant or <code class="Ic">PRINTT</code> directive are encountered.</dd>
@@ -321,7 +321,7 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
321321
<dt id="Wunmapped-char="><a class="permalink" href="#Wunmapped-char="><code class="Fl">-Wunmapped-char=</code></a></dt>
322322
<dd>Warn when a character goes through charmap conversion but has no defined
323323
mapping. <code class="Fl">-Wunmapped-char=0</code> or
324-
<code class="Fl">-Wunmapped-char</code> disables this warning.
324+
<code class="Fl">-Wno-unmapped-char</code> disables this warning.
325325
<code class="Fl">-Wunmapped-char=1</code> or just
326326
<code class="Fl">-Wunmapped-char</code> only warns if the active charmap
327327
is not empty. <code class="Fl">-Wunmapped-char=2</code> warns if the

docs/rgbasm.1.pdf

-17 Bytes
Binary file not shown.

docs/rgbasm.5.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2450,8 +2450,8 @@ <h3 class="Ss" id="Changing_options_while_assembling"><a class="permalink" href=
24502450
</div>
24512451
<p class="Pp"><code class="Ic">OPT</code> can modify the options
24522452
<code class="Cm">b</code>, <code class="Cm">g</code>,
2453-
<code class="Cm">p</code>, <code class="Cm">Q</code>, and
2454-
<code class="Cm">r</code>.</p>
2453+
<code class="Cm">p</code>, <code class="Cm">Q</code>,
2454+
<code class="Cm">r</code>, and <code class="Cm">W</code>.</p>
24552455
<p class="Pp"><code class="Ic">POPO</code> and <code class="Ic">PUSHO</code>
24562456
provide the interface to the option stack. <code class="Ic">PUSHO</code>
24572457
will push the current set of options on the option stack.

docs/rgbasm.5.pdf

4 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)