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

Source Register: Difference between revisions

From SnesLab
Jump to: navigation, search
(FROM)
(added instructions which use Sreg)
Line 1: Line 1:
The '''Source Register''' (Sreg) exists on the [[Super FX]].  It is assigned with [[FROM]].  It supplies the input for many instructions.
The '''Source Register''' (Sreg) exists on the [[Super FX]].  It is assigned with [[FROM]].  It supplies the input for many instructions, including:
 
* ADC Rn
* ADC #n
* ADD Rn
* ADD #n
* AND Rn
* AND #n
* ASR
* [[BIC]]
* BIC #n
* [[CMODE]]
* CMP Rn
* COLOR
* [[DIV2]]
* [[FMULT]]
* [[GETBH]]
* [[GETBL]]
* [[HIB]]
* [[LJMP]]
* [[LMULT]]
* [[LOB]]
* LSR
* MULT Rn
* MULT #n
* NOT
* OR Rn
* OR #n
* [[RAMB]]
* ROL
* [[ROMB]]
* ROR
* SBC Rn
* [[SBK]]
* [[SEX]]
* [[STB]]
* [[STW]]
* SUB
* SUB #n
* [[SWAP]]
* [[UMULT]]


=== See Also ===
=== See Also ===

Revision as of 02:28, 16 December 2023

The Source Register (Sreg) exists on the Super FX. It is assigned with FROM. It supplies the input for many instructions, including:

See Also