Z80 Instruction Table NoSemantic: Difference between revisions

From SpecNext Wiki
Jump to: navigation, search
Johnnyo (talk | contribs)
starting alternative for that page
 
Johnnyo (talk | contribs)
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