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
(what can serve) |
(linkify AND) |
||
Line 5: | Line 5: | ||
* [[ADD]] R<sub>n</sub> | * [[ADD]] R<sub>n</sub> | ||
* [[ADD]] #n | * [[ADD]] #n | ||
* AND R<sub>n</sub> | * [[AND (Super FX)|AND]] R<sub>n</sub> | ||
* AND #n | * [[AND (Super FX)|AND]] #n | ||
* [[ASR]] | * [[ASR]] | ||
* [[BIC]] R<sub>n</sub> | * [[BIC]] R<sub>n</sub> |
Revision as of 01:48, 8 July 2024
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 Rn
- 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 Rn
- SUB #n
- SWAP
- UMULT
Any register from R0 to R15 can serve as Sreg.