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

B Flag (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(linkify SM)
(subscripted)
Line 3: Line 3:
Many instructions clear the B flag, including:
Many instructions clear the B flag, 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
* [[BIC]] Rn
* [[BIC]] R<sub>n</sub>
* [[BIC]] #n
* [[BIC]] #n
* [[CACHE]]
* [[CACHE]]
* [[CMODE]]
* [[CMODE]]
* CMP Rn
* CMP R<sub>n</sub>
* [[COLOR]]
* [[COLOR]]
* DEC Rn
* DEC R<sub>n</sub>
* [[DIV2]]
* [[DIV2]]
* [[FMULT]]
* [[FMULT]]
Line 28: Line 28:
* INC Rn
* INC Rn
* [[IWT]] Rn, #xx
* [[IWT]] Rn, #xx
* JMP Rn
* JMP R<sub>n</sub>
* [[LDB]] (Rm)
* [[LDB]] (Rm)
* [[LDW]] (Rm)
* [[LDW]] (Rm)
* [[LEA]] Rn, xx
* [[LEA]] Rn, xx
* [[LINK]] #n
* [[LINK]] #n
* [[LJMP]] Rn
* [[LJMP]] R<sub>n</sub>
* LM Rn, (xx)
* LM Rn, (xx)
* [[LMS]] Rn, (yy)
* [[LMS]] Rn, (yy)

Revision as of 06:51, 13 July 2024

The B flag is on the Super FX, and is set when WITH runs.

Many instructions clear the B flag, including:

See Also

Reference