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

XCN (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎Syntax: xcn a)
Line 50: Line 50:
=== External Links ===
=== External Links ===
* Official Nintendo documentation on XCN: Table C-10 in [https://archive.org/details/SNESDevManual/book1/page/n232 Appendix C-7 of Book I]
* Official Nintendo documentation on XCN: Table C-10 in [https://archive.org/details/SNESDevManual/book1/page/n232 Appendix C-7 of Book I]
* anomie: https://github.com/yupferris/TasmShiz/blob/master/spc700.txt#L609


[[Category:ASM]]
[[Category:ASM]]
[[Category:SPC700]]
[[Category:SPC700]]
[[Category:Shift Rotation Commands]]
[[Category:Shift Rotation Commands]]

Revision as of 21:34, 13 July 2024

Basic Info
Addressing Mode Opcode Length Speed
Accumulator 9F 1 byte 5 cycles
Flags Affected
N V P B H I Z C
. . . . . .

XCN is an SPC700 instruction that swaps the high and low nibbles of the accumulator.

Syntax

XCN
XCN A

See Also

External Links