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

Destination Register: Difference between revisions

From SnesLab
Jump to: navigation, search
(or WITH)
(some ignore it)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


Any register from R<sub>0</sub> to R<sub>15</sub> can be serve as D<sub>reg</sub>.  R<sub>0</sub> is the default.
Any register from R<sub>0</sub> to R<sub>15</sub> can be serve as D<sub>reg</sub>.  R<sub>0</sub> is the default.
Some instructions, like [[ROMB]], ignore the destination register.


=== See Also ===
=== See Also ===
Line 8: Line 10:
[[Category:Registers]]
[[Category:Registers]]
[[Category:Super FX]]
[[Category:Super FX]]
[[Category:ASM]]

Latest revision as of 04:09, 10 August 2024

The Destination Register (Dreg) exists on the Super FX. It is assigned with TO or WITH. It is where the result of many calculations go.

Any register from R0 to R15 can be serve as Dreg. R0 is the default.

Some instructions, like ROMB, ignore the destination register.

See Also