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 Dec 21, 2024
1 parent bd14794 commit d4fcaba
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 2 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
8 changes: 6 additions & 2 deletions docs/rgbasm-old.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ <h3 class="Ss" id="'"><a class="permalink" href="#'">'\,' in strings within
<h3 class="Ss" id="'*'_comments"><a class="permalink" href="#'*'_comments">'*'
comments</a></h3>
<p class="Pp">Deprecated in 0.4.1, removed in 0.5.0.</p>
<p class="Pp">These comments had to have the
&#x2018;<code class="Li">*</code>&#x2019; typed in column 1.</p>
<p class="Pp">Instead, use &#x2018;<code class="Li">;</code>&#x2019;
comments.</p>
</section>
Expand Down Expand Up @@ -219,8 +221,10 @@ <h3 class="Ss" id="LDI_A,_HL_and_LDD_A,_HL"><a class="permalink" href="#LDI_A,_H
A, HL and LDD A, HL</a></h3>
<p class="Pp">Deprecated in 0.3.0, removed in 0.4.0.</p>
<p class="Pp">Instead, use &#x2018;<code class="Li">LDI A, [HL]</code>&#x2019;
and LDD A, [HL] (or &#x2018;<code class="Li">LD A, [HLI]</code>&#x2019; and
&#x2018;<code class="Li">LD A, [HLD]</code>&#x2019;; or LD A, [HL+] and
and &#x2018;<code class="Li">LDD A, [HL]</code>&#x2019; (or
&#x2018;<code class="Li">LD A, [HLI]</code>&#x2019; and
&#x2018;<code class="Li">LD A, [HLD]</code>&#x2019;; or
&#x2018;<code class="Li">LD A, [HL+]</code>&#x2019; and
&#x2018;<code class="Li">LD A, [HL-]</code>&#x2019;).</p>
</section>
<section class="Ss">
Expand Down
Binary file modified docs/rgbasm-old.5.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
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 d4fcaba

Please sign in to comment.