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

ALT0: Difference between revisions

From SnesLab
Jump to: navigation, search
(can hide GSU in link)
(XOR)
 
(One intermediate revision by the same user not shown)
Line 65: Line 65:
* [[SWAP]]
* [[SWAP]]
* [[UMULT]] R<sub>n</sub>
* [[UMULT]] R<sub>n</sub>
* and presumably UMULT #n too
* and presumably UMULT #n and XOR too


=== See Also ===
=== See Also ===
Line 73: Line 73:
=== References ===
=== References ===
* ares source: https://github.com/ares-emulator/ares/blob/master/ares/component/processor/gsu/disassembler.cpp#L37
* ares source: https://github.com/ares-emulator/ares/blob/master/ares/component/processor/gsu/disassembler.cpp#L37
* Table 2-4-2 on [https://archive.org/details/SNESDevManual/book2/page/n110 page 2-4-4 of Book II] of the official Super Nintendo development manual


[[Category:ASM]]
[[Category:ASM]]
[[Category:Super FX]]
[[Category:Super FX]]
[[Category:Scene Slang]]
[[Category:Scene Slang]]

Latest revision as of 00:49, 22 July 2024

ALT0 is scene slang for the Super FX state where both the ALT1 and ALT2 flags are clear. Many instructions restore the ALT0 state, including:

See Also

References