We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
MOVES (Super FX): Difference between revisions
From SnesLab
m (Jeffythedragonslayer moved page MOVES to MOVES (Super FX): Super FX in title) |
(added fullsnes mistake note) |
||
Line 1: | Line 1: | ||
'''MOVES''' is a [[Super FX]] instruction that moves the value of a register. | '''MOVES''' is a [[Super FX]] instruction that moves the value of a register. | ||
According to [[fullsnes]], the official documentation has the source and destination operands for MOVES mixed up. [2] | |||
{| class="wikitable" style="float:right;clear:right;width:40%" | {| class="wikitable" style="float:right;clear:right;width:40%" | ||
Line 39: | Line 41: | ||
=== External Links === | === External Links === | ||
* Official Nintendo documentation on MOVES: https://archive.org/details/SNESDevManual/book2/page/n245 | * Official Nintendo documentation on MOVES: https://archive.org/details/SNESDevManual/book2/page/n245 | ||
* [2] https://problemkaputt.de/fullsnes.htm#snescartgsuncpumisc | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:Super FX]] | [[Category:Super FX]] | ||
[[Category:Data Transfer Instructions]] | [[Category:Data Transfer Instructions]] |
Revision as of 08:34, 20 May 2023
MOVES is a Super FX instruction that moves the value of a register.
According to fullsnes, the official documentation has the source and destination operands for MOVES mixed up. [2]
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Opcode | Length | ROM Speed | RAM Speed | Cache Speed | |||
2n'Bn | 2 bytes | 6 cycles | 6 cycles | 2 cycle |
Flags Clobbered | ||||||||
---|---|---|---|---|---|---|---|---|
B | ALT1 | ALT2 | O/V | S | CY | Z | ||
0 | 0 | 0 | . | . | . |
External Links
- Official Nintendo documentation on MOVES: https://archive.org/details/SNESDevManual/book2/page/n245
- [2] https://problemkaputt.de/fullsnes.htm#snescartgsuncpumisc