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 11, 2024
1 parent 3509e50 commit 972360a
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 0 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/rgbasm-old.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,17 @@ <h3 class="Ss" id="LD__C_,_A_and_LD_A,__C_"><a class="permalink" href="#LD__C_,_
and &#x2018;<code class="Li">LDH A, [C]</code>&#x2019;.</p>
</section>
<section class="Ss">
<h3 class="Ss" id="LDH__n8_,_A_and_LDH_A,__n8_"><a class="permalink" href="#LDH__n8_,_A_and_LDH_A,__n8_">LDH
[n8], A and LDH A, [n8]</a></h3>
<p class="Pp">Deprecated in 0.9.0.</p>
<p class="Pp">&#x2018;<code class="Li">LDH</code>&#x2019; used to treat
&quot;addresses&quot; from <span class="Ad">$00</span> to
<span class="Ad">$FF</span> as if they were the low byte of an address from
<span class="Ad">$FF00</span> to <span class="Ad">$FFFF</span>.</p>
<p class="Pp">Instead, use &#x2018;<code class="Li">LDH [n16], A</code>&#x2019;
and &#x2018;<code class="Li">LDH A, [n16]</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
5 changes: 5 additions & 0 deletions docs/rgbasm-old.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ export const toc = [
"id": "LD__C_,_A_and_LD_A,__C_",
"level": 3,
},
{
"value": "LDH [n8], A and LDH A, [n8]",
"id": "LDH__n8_,_A_and_LDH_A,__n8_",
"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 972360a

Please sign in to comment.