Difference between revisions of "ICInstruction"
From Unofficial Stationeers Wiki
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 16: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 |