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

ADDW (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎External Links: Table C-12)
(linkify flags)
Line 16: Line 16:
!colspan="8"|Flags Affected
!colspan="8"|Flags Affected
|+
|+
|N
|[[Negative Flag|N]]
|V
|[[Overflow Flag|V]]
|P
|P
|B
|B
|H
|H
|I
|I
|Z
|[[Zero Flag|Z]]
|C
|[[Carry Flag|C]]
|+
|+
|
|

Revision as of 04:36, 27 November 2023

Basic Info
Addressing Mode Opcode Length Speed
Direct Page 7A 2 bytes 5 cycles
Flags Affected
N V P B H I Z C
. . .

ADDW (Add Word) is an SPC700 command that adds a 16-bit direct page value to YA.

See Also

External Links