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 13, 2024
1 parent 972360a commit 3f788b0
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 12 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
21 changes: 14 additions & 7 deletions docs/rgbasm-old.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,6 @@ <h3 class="Ss" id="LDI_A,_HL_and_LDD_A,_HL"><a class="permalink" href="#LDI_A,_H
&#x2018;<code class="Li">LD A, [HL-]</code>&#x2019;).</p>
</section>
<section class="Ss">
<h3 class="Ss" id="LD_HL,__SP_+_e8_"><a class="permalink" href="#LD_HL,__SP_+_e8_">LD
HL, [SP + e8]</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">LD HL, SP +
e8</code>&#x2019;.</p>
</section>
<section class="Ss">
<h3 class="Ss" id="LDIO"><a class="permalink" href="#LDIO">LDIO</a></h3>
<p class="Pp">Deprecated in 0.9.0.</p>
<p class="Pp">Instead, use &#x2018;<code class="Li">LDH</code>&#x2019;.</p>
Expand All @@ -254,6 +247,20 @@ <h3 class="Ss" id="LDH__n8_,_A_and_LDH_A,__n8_"><a class="permalink" href="#LDH_
and &#x2018;<code class="Li">LDH A, [n16]</code>&#x2019;.</p>
</section>
<section class="Ss">
<h3 class="Ss" id="LD_HL,__SP_+_e8_"><a class="permalink" href="#LD_HL,__SP_+_e8_">LD
HL, [SP + e8]</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">LD HL, SP +
e8</code>&#x2019;.</p>
</section>
<section class="Ss">
<h3 class="Ss" id="LDHL,_SP,_e8"><a class="permalink" href="#LDHL,_SP,_e8">LDHL,
SP, e8</a></h3>
<p class="Pp">Supported in ASMotor, removed in RGBDS.</p>
<p class="Pp">Instead, use &#x2018;<code class="Li">LD HL, SP +
e8</code>&#x2019;.</p>
</section>
<section class="Ss">
<h3 class="Ss" id="rgbasm_-i"><a class="permalink" href="#rgbasm_-i">rgbasm
-i</a></h3>
<p class="Pp">Deprecated in 0.6.0, removed in 0.8.0.</p>
Expand Down
15 changes: 10 additions & 5 deletions docs/rgbasm-old.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ export const toc = [
"id": "LDI_A,_HL_and_LDD_A,_HL",
"level": 3,
},
{
"value": "LD HL, [SP + e8]",
"id": "LD_HL,__SP_+_e8_",
"level": 3,
},
{
"value": "LDIO",
"id": "LDIO",
Expand All @@ -145,6 +140,16 @@ export const toc = [
"id": "LDH__n8_,_A_and_LDH_A,__n8_",
"level": 3,
},
{
"value": "LD HL, [SP + e8]",
"id": "LD_HL,__SP_+_e8_",
"level": 3,
},
{
"value": "LDHL, SP, e8",
"id": "LDHL,_SP,_e8",
"level": 3,
},
{
"value": "rgbasm -i",
"id": "rgbasm_-i",
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 3f788b0

Please sign in to comment.