122
CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.38 INCW (INCrement Word Data of Stack Pointer)
Add 1 to word data of SP.
■ INCW (INCrement Word Data of Stack Pointer)
Operation
(SP) ← (SP) + 1 (Word addition)
Assembler format
INCW SP
Condition code (CCR)
+: Changed by executing instruction
-: Not changed
N: Not changed
Z: Not changed
V: Not changed
C: Not changed
Number of execution cycle: 1
Byte count: 1
OP code: C1
NZVC
----