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
(subscripted sreg)
(subscripted n)
Line 1: Line 1:
The '''Source Register''' (S<sub>reg</sub>) exists on the [[Super FX]].  It is assigned with [[FROM]].  It supplies the input for many instructions, including:
The '''Source Register''' (S<sub>reg</sub>) exists on the [[Super FX]].  It is assigned with [[FROM]].  It supplies the input for many instructions, including:


* ADC Rn
* ADC R<sub>n</sub>
* ADC #n
* ADC #n
* ADD Rn
* ADD R<sub>n</sub>
* ADD #n
* ADD #n
* AND Rn
* AND R<sub>n</sub>
* AND #n
* AND #n
* ASR
* ASR
Line 11: Line 11:
* BIC #n
* BIC #n
* [[CMODE]]
* [[CMODE]]
* CMP Rn
* CMP R<sub>n</sub>
* [[COLOR (Super FX)|COLOR]]
* [[COLOR (Super FX)|COLOR]]
* [[DIV2]]
* [[DIV2]]
Line 22: Line 22:
* [[LOB]]
* [[LOB]]
* LSR
* LSR
* MULT Rn
* MULT R<sub>n</sub>
* MULT #n
* MULT #n
* [[NOT (Super FX)|NOT]]
* [[NOT (Super FX)|NOT]]
* OR Rn
* OR R<sub>n</sub>
* OR #n
* OR #n
* [[RAMB]]
* [[RAMB]]
Line 31: Line 31:
* [[ROMB]]
* [[ROMB]]
* ROR
* ROR
* SBC Rn
* SBC R<sub>n</sub>
* [[SBK]]
* [[SBK]]
* [[SEX]]
* [[SEX]]

Revision as of 05:11, 5 July 2024

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

See Also