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
(added syntax)
(where sum)
Line 35: Line 35:
|}
|}


'''ADDW''' (Add Word) is an [[SPC700]] command that adds a 16-bit [[direct page]] value to [[YA]].
'''ADDW''' (Add Word) is an [[SPC700]] command that adds a 16-bit [[direct page]] value to [[YA]].  The sum is stored in YA.


==== Syntax ====
==== Syntax ====

Revision as of 01:42, 13 July 2024

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. The sum is stored in YA.

Syntax

ADDW YA, dp

See Also

External Links