Skip to content

Commit 516d9a9

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 0c7a234 commit 516d9a9

11 files changed

+2
-5
lines changed

docs/gbz80.7.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,6 @@ <h3 class="Ss" id="DAA"><a class="permalink" href="#DAA">DAA</a></h3>
659659
<li>If the carry flag is set, then add <span class="Ad">$60</span> to the
660660
adjustment.</li>
661661
<li>Subtract the adjustment from <b class="Sy">A</b>.</li>
662-
<li>Set the carry flag if borrow (i.e. if adjustment &gt;
663-
<b class="Sy">A</b>).</li>
664662
</ol>
665663
</dd>
666664
<dt>If the subtract flag <b class="Sy">N</b> <span class="No">is not
@@ -673,10 +671,9 @@ <h3 class="Ss" id="DAA"><a class="permalink" href="#DAA">DAA</a></h3>
673671
<span class="Ad">$9</span>, then add <span class="Ad">$6</span> to the
674672
adjustment.</li>
675673
<li>If the carry flag is set or <b class="Sy">A</b> &gt;
676-
<span class="Ad">$9F</span>, then add <span class="Ad">$60</span> to
677-
the adjustment.</li>
674+
<span class="Ad">$99</span>, then add <span class="Ad">$60</span> to
675+
the adjustment and set the carry flag.</li>
678676
<li>Add the adjustment to <b class="Sy">A</b>.</li>
679-
<li>Set the carry flag if overflow from bit 7.</li>
680677
</ol>
681678
</dd>
682679
</dl>

docs/gbz80.7.pdf

12 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

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

docs/rgblink.5.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)