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
 
(3 intermediate revisions by the same user not shown)
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 ===
Line 5: Line 11:
* [[MOVES]]
* [[MOVES]]
* [[MOVEW]]
* [[MOVEW]]
* [[LDB]]
* [[LDW]]
* [[RAMB]]


=== External Links ===
=== External Links ===

Latest revision as of 05:32, 16 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