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 Jan 18, 2025
1 parent 0c7a234 commit 516d9a9
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/gbz80.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ <h3 class="Ss" id="DAA"><a class="permalink" href="#DAA">DAA</a></h3>
<li>If the carry flag is set, then add <span class="Ad">$60</span> to the
adjustment.</li>
<li>Subtract the adjustment from <b class="Sy">A</b>.</li>
<li>Set the carry flag if borrow (i.e. if adjustment &gt;
<b class="Sy">A</b>).</li>
</ol>
</dd>
<dt>If the subtract flag <b class="Sy">N</b> <span class="No">is not
Expand All @@ -673,10 +671,9 @@ <h3 class="Ss" id="DAA"><a class="permalink" href="#DAA">DAA</a></h3>
<span class="Ad">$9</span>, then add <span class="Ad">$6</span> to the
adjustment.</li>
<li>If the carry flag is set or <b class="Sy">A</b> &gt;
<span class="Ad">$9F</span>, then add <span class="Ad">$60</span> to
the adjustment.</li>
<span class="Ad">$99</span>, then add <span class="Ad">$60</span> to
the adjustment and set the carry flag.</li>
<li>Add the adjustment to <b class="Sy">A</b>.</li>
<li>Set the carry flag if overflow from bit 7.</li>
</ol>
</dd>
</dl>
Expand Down
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
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 516d9a9

Please sign in to comment.