108
CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.31 DECW (DECrement Word Data of Index Pointer)
Decrement word data of IX by one.
■ DECW (DECrement Word Data of Index Pointer)
Operation
(IX) ← (IX) - 1 (Word subtraction)
Assembler format
DECW IX
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: D2
NZVC
----