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

SUBW (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(added syntax)
Line 36: Line 36:


'''SUBW''' (Subtract Word) is an [[SPC700]] command that subtracts a 16-bit [[direct page]] word from [[YA]].
'''SUBW''' (Subtract Word) is an [[SPC700]] command that subtracts a 16-bit [[direct page]] word from [[YA]].
==== Syntax ====
<pre>
SUBW YA, dp
</pre>


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

Revision as of 19:35, 6 July 2024

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

SUBW (Subtract Word) is an SPC700 command that subtracts a 16-bit direct page word from YA.

Syntax

SUBW YA, dp

See Also

External Links