Difference between revisions of "Z80 Instruction Table NoSemantic"

From SpecNext official Wiki
Jump to: navigation, search
(starting alternative for that page)
 
(trying a plain table layout)
Line 1: Line 1:
{{#ask:
+
{| class="wikitable" style="margin:auto"
[[isZ80Instruction::y]]
+
|+ Z80 Instruction Table
|?cleandesc=Mnemonic
+
|-
|?Status
+
! Mnemonic !! Status !! Addressing Mode 1 !! Addressing Mode 2 || Flags || T-States || Summary
|?admode1=Addressing Mode 1
+
|-
|?admode2=Addressing Mode 2
+
| ADC A, (HL) || S || Accumulator || Indirect || S 0 V S S S || 7 || A+=HL*+(CF?1:0)
|?ceffect=C
+
|-
  |?neffect=N
+
| Example || Example || Example
|?pveffect=PV
+
|-
|?heffect=H
+
| Example || Example || Example
|?zeffect=Z
+
|}
|?seffect=S
 
|?tstates=T-States
 
|?shortfx=Summary
 
|mainlabel=-
 
|limit=2000
 
}}
 

Revision as of 14:05, 20 January 2025

Z80 Instruction Table
Mnemonic Status Addressing Mode 1 Addressing Mode 2 Flags T-States Summary
ADC A, (HL) S Accumulator Indirect S 0 V S S S 7 A+=HL*+(CF?1:0)
Example Example Example
Example Example Example