Template:ICInstruction: Difference between revisions
Template page
More actions
Emilgardis (talk | contribs) Created page with "<noinclude> == Template Usage == {{MipsInstruction|instruction=j|syntax=j a|description=Jump execution to line a| example= <pre> # loop forever loop: j loop </pre> }} == Temp..." |
Emilgardis (talk | contribs) m Emilgardis moved page Template:MipsInstruction to Template:MIPSInstruction: consistency |
(No difference)
| |
Revision as of 22:51, 28 April 2024
Template Usage
j a
Jump execution to line a
# 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 |
| example | example | no description | Content | suggested |