Difference between revisions of "Template:Opcode"

From GbdevWiki
Jump to: navigation, search
(New page: <div class="wikitable" style="border: 1px solid #ccc; margin:0.5em auto; font-size:95%; text-align: center;"> '''This is an article about the GB-Z80 CPU.''' Opcodes: '''Arithmetic and lo...)
 
Line 5: Line 5:
  
 
'''Arithmetic and logical:''' [[ADD]] - [[ADD (16-bit) including LD HL,SP+nn]] - [[ADC]] - [[AND]] - [[CP]] - [[CPL]] - [[DAA]] - [[DEC]] - [[DEC and INC (16-bit)]] - [[INC]] - [[SBC]] - [[SUB]] - [[OR]] - [[XOR]] <br />
 
'''Arithmetic and logical:''' [[ADD]] - [[ADD (16-bit) including LD HL,SP+nn]] - [[ADC]] - [[AND]] - [[CP]] - [[CPL]] - [[DAA]] - [[DEC]] - [[DEC and INC (16-bit)]] - [[INC]] - [[SBC]] - [[SUB]] - [[OR]] - [[XOR]] <br />
'''Load:''' [[LD (8-bit)]] - [[LD (16-bit)]]
+
'''Load:''' [[LD (8-bit)]] - [[LD (16-bit)]]
  
 
</div>
 
</div>

Revision as of 23:10, 5 March 2008

This is an article about the GB-Z80 CPU.

Opcodes:

Arithmetic and logical: ADD - ADD (16-bit) including LD HL,SP+nn - ADC - AND - CP - CPL - DAA - DEC - DEC and INC (16-bit) - INC - SBC - SUB - OR - XOR
Load: LD (8-bit) - LD (16-bit)