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

CY: Difference between revisions

From SnesLab
Jump to: navigation, search
(linkify LSR)
(subscripted)
Line 1: Line 1:
'''CY''' (CarrY) is the [[Super FX]]'s carry flag.  It is affected by the following instructions:
'''CY''' (CarrY) is the [[Super FX]]'s carry flag.  It is affected by the following instructions:


* ADC Rn
* ADC R<sub>n</sub>
* ADC #n
* ADC #n
* ADD Rn
* ADD R<sub>n</sub>
* ADD #n
* ADD #n
* [[ASR]]
* [[ASR]]
* CMP Rn
* CMP R<sub>n</sub>
* [[DIV2]]
* [[DIV2]]
* [[FMULT]]
* [[FMULT]]
Line 14: Line 14:
* [[ROL (Super FX)|ROL]]
* [[ROL (Super FX)|ROL]]
* [[ROR (Super FX)|ROR]]
* [[ROR (Super FX)|ROR]]
* SBC Rn
* SBC R<sub>n</sub>
* SUB Rn
* SUB R<sub>n</sub>
* SUB #n
* SUB #n



Revision as of 07:57, 4 July 2024

CY (CarrY) is the Super FX's carry flag. It is affected by the following instructions:

See Also

Reference