Difference between revisions of "Template:Instruction"
Jump to navigation
Jump to search
m |
|||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| style="border: solid | + | {| style="float: left; margin-right: 8px; margin-bottom: 8px; border: solid 1px #eee; background-color: #fafafa; border-collapse: collapse; width: 250px; height: 220px;" |
− | | rowspan="2" style="text-align: center; vertical-align: middle; width: | + | | title="Instruction mnemonic" {{#ifeq:{{{op_size|}}}|3|rowspan="3"|rowspan="2"}} style="text-align: center; vertical-align: middle; width: 70%; height:115px; border: solid 1px #eee; background-color: #f5f5f5; font-size: 1.2em;" |'''<big>{{{op_name}}}</big>''' |
− | |style="text-align: right;"|size: | + | | title="Size of instruction in bytes" style="text-align: right;" |size: |
− | |style="text-align: | + | | title="Size of instruction in bytes" style="text-align: center; width: 30px;" |{{{op_size}}} |
− | |-style="border: solid 1px | + | {{#ifeq:{{{op_size|}}}|3 |
− | |style="text-align: right;"|args: | + | |{{!}}- |
− | |style="text-align: | + | {{!}} colspan="2" style="text-align: center;" {{!}} ''immediate'' |
− | |-style="border: solid 1px | + | |}} |
− | |style="text-align: center; | + | |- style="border: solid 1px #eee; height: 69px;" |
− | |-style="border: solid 1px | + | | title="Number of arguments popped from stack" style="text-align: right;" |args: |
− | |style="text-align: center; | + | | title="Number of arguments popped from stack" style="text-align: center; width: 30px;" |{{{op_args}}} |
+ | |- style="border: solid 1px #eee" | ||
+ | | title="Instruction code" colspan="3" style="text-align: center; background-color: #f5f5f5;" |'''<big>{{{op_code}}}</big>''' | ||
+ | |- style="border: solid 1px #eee" | ||
+ | | colspan="3" style="text-align: center;" |''{{{op_desc}}}'' | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
+ | <div style="clear: both;"></div> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 30: | Line 35: | ||
"aliases": [ | "aliases": [ | ||
"3" | "3" | ||
− | ] | + | ], |
+ | "autovalue": "1" | ||
}, | }, | ||
"op_args": { | "op_args": { | ||
Line 38: | Line 44: | ||
"aliases": [ | "aliases": [ | ||
"4" | "4" | ||
− | ] | + | ], |
+ | "autovalue": "0" | ||
}, | }, | ||
"op_code": { | "op_code": { | ||
Line 53: | Line 60: | ||
"aliases": [ | "aliases": [ | ||
"5" | "5" | ||
− | ] | + | ], |
+ | "suggested": true, | ||
+ | "autovalue": " " | ||
} | } | ||
}, | }, | ||
Line 67: | Line 76: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
+ | [[Category:Instructions]] |
Latest revision as of 07:54, 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 |