Skip to content

Commit d4fcaba

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent bd14794 commit d4fcaba

File tree

11 files changed

+6
-2
lines changed

11 files changed

+6
-2
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ <h3 class="Ss" id="'"><a class="permalink" href="#'">'\,' in strings within
172172
<h3 class="Ss" id="'*'_comments"><a class="permalink" href="#'*'_comments">'*'
173173
comments</a></h3>
174174
<p class="Pp">Deprecated in 0.4.1, removed in 0.5.0.</p>
175+
<p class="Pp">These comments had to have the
176+
&#x2018;<code class="Li">*</code>&#x2019; typed in column 1.</p>
175177
<p class="Pp">Instead, use &#x2018;<code class="Li">;</code>&#x2019;
176178
comments.</p>
177179
</section>
@@ -219,8 +221,10 @@ <h3 class="Ss" id="LDI_A,_HL_and_LDD_A,_HL"><a class="permalink" href="#LDI_A,_H
219221
A, HL and LDD A, HL</a></h3>
220222
<p class="Pp">Deprecated in 0.3.0, removed in 0.4.0.</p>
221223
<p class="Pp">Instead, use &#x2018;<code class="Li">LDI A, [HL]</code>&#x2019;
222-
and LDD A, [HL] (or &#x2018;<code class="Li">LD A, [HLI]</code>&#x2019; and
223-
&#x2018;<code class="Li">LD A, [HLD]</code>&#x2019;; or LD A, [HL+] and
224+
and &#x2018;<code class="Li">LDD A, [HL]</code>&#x2019; (or
225+
&#x2018;<code class="Li">LD A, [HLI]</code>&#x2019; and
226+
&#x2018;<code class="Li">LD A, [HLD]</code>&#x2019;; or
227+
&#x2018;<code class="Li">LD A, [HL+]</code>&#x2019; and
224228
&#x2018;<code class="Li">LD A, [HL-]</code>&#x2019;).</p>
225229
</section>
226230
<section class="Ss">

docs/rgbasm-old.5.pdf

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

0 commit comments

Comments
 (0)