We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

STW (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(The operand may be any register from R<sub>0</sub> to R<sub>11</sub>.)
(added syntax)
Line 42: Line 42:


The operand may be any register from R<sub>0</sub> to R<sub>11</sub>.
The operand may be any register from R<sub>0</sub> to R<sub>11</sub>.
==== Syntax ====
<pre>
STW (Rm)
</pre>


=== See Also ===
=== See Also ===

Revision as of 02:32, 4 July 2024

Basic Info
Addressing Mode Opcode Length ROM Speed RAM Speed Cache Speed
3m 1 byte 3 to 8 cycles 7 to 11 cycles 1 to 6 cycles
Flags Affected
B ALT1 ALT2 O/V S CY Z
0 0 0 . . . .

STW (Store Word) is a Super FX instruction that stores the value of the source register to the Game Pak.

The exact number of cycles varies because STW utilizes the RAM buffer.

The operand may be any register from R0 to R11.

Syntax

STW (Rm)

See Also

External Links