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
(what regs it can be)
(some ignore it)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Destination Register''' (D<sub>reg</sub>) exists on the [[Super FX]].  It is assigned with [[TO]].  It is where the result of many calculations go.
The '''Destination Register''' (D<sub>reg</sub>) exists on the [[Super FX]].  It is assigned with [[TO]] or [[WITH]].  It is where the result of many calculations go.


Any register from R<sub>0</sub> to R<sub>15</sub> can be serve as D<sub>reg</sub>.
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