gbdev / gb-opcodes

https://gbdev.io/gb-opcodes/optables/
Creative Commons Zero v1.0 Universal
24 stars 10 forks source link

Notes at the bottom of the opcode table are packed together #34

Closed Rangi42 closed 9 months ago

Rangi42 commented 9 months ago
                <p><kbd>LD [HL-], A</kbd> has the alternative mnemonic <kbd>LD [HLD], A</kbd> or <kbd>LDD [HL], A</kbd></p>
-               <kbd>LD HL, SP+e8</kbd> has the alternative mnemonic <kbd>LDHL SP, e8</kbd>
+               <p><kbd>LD HL, SP+e8</kbd> has the alternative mnemonic <kbd>LDHL SP, e8</kbd></p>
-               <div>
-                   ALU instructions (<kbd>ADD</kbd>, <kbd>ADC</kbd>, <kbd>SUB</kbd>, <kbd>SBC</kbd>, <kbd>AND</kbd>, <kbd>XOR</kbd>, <kbd>OR</kbd>, and <kbd>CP</kbd>) can be written with the left-hand side <kbd>A</kbd> omitted.<br/>
+               <p>ALU instructions (<kbd>ADD</kbd>, <kbd>ADC</kbd>, <kbd>SUB</kbd>, <kbd>SBC</kbd>, <kbd>AND</kbd>, <kbd>XOR</kbd>, <kbd>OR</kbd>, and <kbd>CP</kbd>) can be written with the left-hand side <kbd>A</kbd> omitted.</p>
-                   Thus for example <kbd>ADD A, B</kbd> has the alternative mnemonic <kbd>ADD B</kbd>, and <kbd>CP A, $F</kbd> has the alternative mnemonic <kbd>CP $F</kbd>.
+               <p>Thus for example <kbd>ADD A, B</kbd> has the alternative mnemonic <kbd>ADD B</kbd>, and <kbd>CP A, $F</kbd> has the alternative mnemonic <kbd>CP $F</kbd>.</p>
-               </div>