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
(→‎External Links: Table C-10)
(linkify accumulator)
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
|'''Speed'''
|'''Speed'''
|+
|+
|[[Accumulator]]
|[[Accumulator Addressing|Accumulator]]
|9F
|9F
|1 byte
|1 byte
Line 14: Line 14:


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="8"|Flags Clobbered
!colspan="8"|Flags Affected
|+
|+
|N
|[[Negative Flag|N]]
|V
|[[Overflow Flag|V]]
|P
|[[Direct Page Flag|P]]
|B
|[[Break Flag|B]]
|H
|[[Half-Carry Flag|H]]
|I
|[[Interrupt Enable Flag|I]]
|Z
|[[Zero Flag|Z]]
|C
|[[Carry Flag|C]]
|+
|+
|
|
Line 35: Line 35:
|}
|}


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


=== See Also ===
=== See Also ===

Revision as of 08:55, 27 November 2023

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.

See Also

External Links