Template:ICInstruction: Difference between revisions
Template page
More actions
Emilgardis (talk | contribs) m Emilgardis moved page Template:MipsInstruction to Template:MIPSInstruction: consistency |
Emilgardis (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Template Usage == | == Template Usage == | ||
{{ | {{MIPSInstruction|instruction=j|syntax=j a|description=Jump execution to line a | ||
example= | |example= | ||
<pre> | <pre> | ||
# loop forever | # loop forever | ||
| Line 8: | Line 8: | ||
j loop | j loop | ||
</pre> | </pre> | ||
|note=This instruction jumps! | |||
}} | }} | ||
| Line 22: | Line 23: | ||
}, | }, | ||
"description": {}, | "description": {}, | ||
"note": { | |||
"type": "content" | |||
}, | |||
"example": { | "example": { | ||
"type": "content", | "type": "content", | ||
| Line 36: | Line 40: | ||
;<p>{{#tag:pre|{{{syntax}}} }}</p> | ;<p>{{#tag:pre|{{{syntax}}} }}</p> | ||
:<p>{{{description}}}</p> | :<p>{{{description}}}</p> | ||
{{ #if: {{{note|}}} |<dd><b>Note:</b><p> {{{note|}}}</p></dd>}} | |||
{{ #if: {{{example|}}} |<dd><b>Example:</b><p> {{{example|}}}</p></dd>}} | {{ #if: {{{example|}}} |<dd><b>Example:</b><p> {{{example|}}}</p></dd>}} | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Revision as of 22:54, 28 April 2024
Template Usage
j a
Jump execution to line a
This instruction jumps!
# loop forever loop: j loop
Template
Template for Stationeers IC10 MIPS instruction
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| instruction | instruction | no description | String | required |
| syntax | syntax | no description | String | optional |
| description | description | no description | Unknown | optional |
| note | note | no description | Content | optional |
| example | example | no description | Content | suggested |