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)

From SnesLab
Revision as of 08:50, 22 July 2024 by Xetheria (talk | contribs) (now we know for sure)
Jump to: navigation, search
Basic Info
Addressing Mode Opcode Length Speed
Immediate 3FCn 2 bytes
Implied (type 1) 3DCn 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 Book II of the Nintendo documentation) Super FX instruction that performs an exculsive or.

It probably restores the ALT0 state like OR.

The low nybble of the opcode specifies either the immediate value or which general register to use, like OR. We can deduce this by contradiction because if it were the high nybble instead, RPIX would overlap XOR on the opcode matrix.

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