Template: Opcode: Difference between revisions

From SpecNext Wiki
Jump to: navigation, search
No edit summary
Ped7g (talk | contribs)
trying something to get queries functional, without actually understanding what I am doing... :/
 
(5 intermediate revisions by 4 users not shown)
Line 4: Line 4:
|cleandesc = Searchtext
|cleandesc = Searchtext
|status = String (size=1;allowed values=S,U,E)
|status = String (size=1;allowed values=S,U,E)
|isZ80Instruction = Boolean
|admode1 = String
|admode1 = String
|admode2 = String
|admode2 = String
Line 16: Line 17:
}}
}}
</noinclude>
</noinclude>
 
<includeonly>
{{#subobject:{{{opdesc}}}
{{#subobject:{{{opdesc}}}
  |cleandesc={{{opdesc|}}}
  |cleandesc={{{opdesc|}}}
Line 36: Line 37:
  |cleandesc={{{opdesc|}}}
  |cleandesc={{{opdesc|}}}
  |status={{{status|}}}
  |status={{{status|}}}
|isZ80Instruction=y
  |admode1={{{ad1|}}}
  |admode1={{{ad1|}}}
  |admode2={{{ad2|}}}
  |admode2={{{ad2|}}}
Line 47: Line 49:
  |tstates={{{tstates|}}}
  |tstates={{{tstates|}}}
}}
}}
|{{{opdesc}}}||{{{ad1}}}||{{{ad2}}}||{{{status}}}||{{{c}}}||{{{n}}}||{{{pv}}}||{{{h}}}||{{{z}}}||{{{s}}}||{{{tstates}}}
|{{{opdesc}}}||{{{ad1}}}||{{{ad2}}}||{{{status}}}||{{{c}}}||{{{n}}}||{{{pv}}}||{{{h}}}||{{{z}}}||{{{s}}}||{{{tstates}}}||{{{shortfx}}}
|-
|-
</includeonly>

Latest revision as of 19:59, 6 July 2019

{{#cargo_declare: _table = Opcode |cleandesc = Searchtext |status = String (size=1;allowed values=S,U,E) |isZ80Instruction = Boolean |admode1 = String |admode2 = String |ceffect = String (size=1) |neffect = String (size=1) |pveffect = String (size=1) |heffect = String (size=1) |zeffect = String (size=1) |seffect = String (size=1) |shortfx = String |tstates = String }}