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
(→See Also: RAMB) |
(→See Also: LDW) |
||
(One intermediate revision 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 6: | Line 12: | ||
* [[MOVEW]] | * [[MOVEW]] | ||
* [[LDB]] | * [[LDB]] | ||
* [[LDW]] | |||
* [[RAMB]] | * [[RAMB]] | ||