Difference between revisions of "Template:Instruction"

From GbdevWiki
Jump to: navigation, search
(Undo revision 496 by Beannaich (Talk))
Line 15: Line 15:
 
  H: {{{H|-}}}
 
  H: {{{H|-}}}
 
  C: {{{C|-}}}
 
  C: {{{C|-}}}
 +
 +
== Example ==
 +
 +
{{{Example}}}

Revision as of 13:02, 25 May 2012

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
Conditional: CALL - JP - JR - RET
Load: LD (8-bit) - LD (16-bit)
Extended Set: BIT - RES - RL - RLC - RR - RRC - SET - SLA - SRA - SRL - SWAP

{{{Name}}}

{{{Description}}}

Encoding

{{{Encoding}}}

Flags

Z: -
N: -
H: -
C: -

Example

{{{Example}}}