Difference between revisions of "Template:Instruction"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
{{#ifeq:{{{op_size|}}}|3 | {{#ifeq:{{{op_size|}}}|3 | ||
|{{!}}- | |{{!}}- | ||
− | {{!}} colspan="2" {{!}} ''immediate'' | + | {{!}} colspan="2" style="text-align: center;" {{!}} ''immediate'' |
|}} | |}} | ||
|- style="border: solid 1px #eee" | |- style="border: solid 1px #eee" |
Revision as of 07:46, 17 July 2019
{{{op_name}}} | size: | {{{op_size}}} |
args: | {{{op_args}}} | |
{{{op_code}}} | ||
{{{op_desc}}} |
Instruction template
Parameter | Description | Type | Status | |
---|---|---|---|---|
Instruction name | op_name 1 | no description | String | required |
Instruction code | op_code 2 | no description | Number | required |
Instruction size | op_size 3 | no description
| Number | required |
Number of arguments | op_args 4 | no description
| Number | required |
Short description | op_desc 5 | no description
| String | suggested |