CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.37 INCW (INCrement Word Data of Index Register)
Add 1 to word data of IX.
■INCW (INCrement Word Data of Index Register)
Operation
(IX) ← (IX) + 1 (Word addition)
Assembler format
INCW IX
Condition code (CCR)
N | Z | V | C |
|
|
|
|
- | - | - | - |
|
|
|
|
+: Changed by executing instruction
N:Not changed
Z:Not changed
V:Not changed
C:Not changed
Number of execution cycle: 1
Byte count: 1
OP code: C2
120