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

MOVEB (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(added syntax)
Line 1: Line 1:
'''MOVEB''' (Move Byte) is a [[Super FX]] macro instruction that loads one byte from the [[Game Pak]].
'''MOVEB''' (Move Byte) is a [[Super FX]] macro instruction that loads one byte from the [[Game Pak]].
==== Syntax ====
<pre>
MOVEB Rn, (Rn')
MOVEB (Rn'), Rn
</pre>


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

Revision as of 02:20, 4 July 2024

MOVEB (Move Byte) is a Super FX macro instruction that loads one byte from the Game Pak.

Syntax

MOVEB Rn, (Rn')
MOVEB (Rn'), Rn

See Also

External Links