Difference between revisions of "Template:Instruction"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
| − | {| style="border: solid 2px black; border-collapse: collapse; width: 250px; height: | + | {| style="border: solid 2px black; border-collapse: collapse; width: 250px; height: 220px;" |
| − | | rowspan="2" style="text-align: center; vertical-align: middle; width: | + | | rowspan="2" style="text-align: center; vertical-align: middle; width: 70%; height:115px; border: solid 1px black;" |'''<big>{{{op_name}}}</big>''' |
|style="text-align: right;"|size: | |style="text-align: right;"|size: | ||
| − | |style="text-align: | + | |style="text-align: center;"|{{{op_size}}} |
|-style="border: solid 1px black" | |-style="border: solid 1px black" | ||
|style="text-align: right;"|args: | |style="text-align: right;"|args: | ||
| − | |style="text-align: | + | |style="text-align: center;"|{{{op_args}}} |
|-style="border: solid 1px black" | |-style="border: solid 1px black" | ||
| − | |style="text-align: center;" colspan="3" | | + | |style="text-align: center;" colspan="3" |'''<big>{{{op_code}}}</big>''' |
|-style="border: solid 1px black" | |-style="border: solid 1px black" | ||
|style="text-align: center;" colspan="3" |''{{{op_desc}}}'' | |style="text-align: center;" colspan="3" |''{{{op_desc}}}'' | ||
Revision as of 18:49, 16 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 | optional |