We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
STB (Super FX): Difference between revisions
From SnesLab
(data transfer category) |
(added official doc link) |
||
Line 1: | Line 1: | ||
'''STB''' is a [[Super FX]] instruction that stores a value to the [[Game Pak]]. | '''STB''' is a [[Super FX]] instruction that stores a value to the [[Game Pak]]. | ||
{| class="wikitable" style="float:right;clear:right;width:40%" | {| class="wikitable" style="float:right;clear:right;width:40%" | ||
Line 37: | Line 36: | ||
|. | |. | ||
|} | |} | ||
=== External Links === | |||
* Official Nintendo documentation on STB: https://archive.org/details/SNESDevManual/book2/page/n271 | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:Super FX]] | [[Category:Super FX]] | ||
[[Category:Data Transfer Instructions]] | [[Category:Data Transfer Instructions]] |
Revision as of 07:15, 16 May 2023
STB is a Super FX instruction that stores a value to the Game Pak.
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Opcode | Length | ROM Speed | RAM Speed | Cache Speed | |||
3D3m | 2 bytes | 6 to 9 cycles | 8 to 14 cycles | 2 to 5 cycles |
Flags Clobbered | ||||||||
---|---|---|---|---|---|---|---|---|
B | ALT1 | ALT2 | O/V | S | CY | Z | ||
0 | 0 | 0 | . | . | . | . |
External Links
- Official Nintendo documentation on STB: https://archive.org/details/SNESDevManual/book2/page/n271