Skip to content

Commit

Permalink
Update description.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakey committed Jul 8, 2020
1 parent 759bc93 commit f05f741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/optables/description.html
Expand Up @@ -65,7 +65,7 @@
<div id="alternatives" class="card mb-3{% if page.theme == "dark" %} bg-secondary{% endif %}">
<div class="card-body">
<p><kbd>LD A, (C)</kbd> has the alternative mnemonic <kbd>LD A, ($FF00+C)</kbd></p>
<p><kbd>LD C, (A)</kbd> has the alternative mnemonic <kbd>LD ($FF00+C), A</kbd></p>
<p><kbd>LD (C), A</kbd> has the alternative mnemonic <kbd>LD ($FF00+C), A</kbd></p>
<p><kbd>LDH A, (a8)</kbd> has the alternative mnemonic <kbd>LD A, ($FF00+a8)</kbd></p>
<p><kbd>LDH (a8), A</kbd> has the alternative mnemonic <kbd>LD ($FF00+a8), A</kbd></p>
<p><kbd>LD A, (HL+)</kbd> has the alternative mnemonic <kbd>LD A, (HLI)</kbd> or <kbd>LDI A, (HL)</kbd></p>
Expand All @@ -76,4 +76,4 @@
</div>
</div>
</div>
</div>
</div>

0 comments on commit f05f741

Please sign in to comment.