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

XOR (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(probably doesn't affect these flags)
(made table order consistent with OR)
Line 7: Line 7:
|'''Speed'''
|'''Speed'''
|+
|+
|[[Implied]] (type 1)
|[[Immediate]]
|3DC
|3FC
|2 bytes
|2 bytes
|
|
|+
|+
|[[Immediate]]
|[[Implied]] (type 1)
|3FC
|3DC
|2 bytes
|2 bytes
|
|

Revision as of 01:08, 22 July 2024

Basic Info
Addressing Mode Opcode Length Speed
Immediate 3FC 2 bytes
Implied (type 1) 3DC 2 bytes
Flags Affected
B ALT1 ALT2 O/V S CY Z
0? 0? 0? .? ? .? ?

XOR is an undocumented[dubious] (XOR is mentioned on page 2-2-7 of the Nintendo documentation) Super FX instruction that performs an exculsive or.

It probably restores the ALT0 state like OR.

The source and destination registers should be specified in advance using WITH, FROM, or TO. Otherwise, R0 serves as the default.

Syntax

XOR Rn
XOR #n

See Also

References