CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.45MOVW (MOVE Word Data from Temporary Accumulator to Address Pointed by Accumulator)
Transfer word data from T to memory indirectly addressed by A.
■MOVW (MOVE Word Data from Temporary Accumulator to Address Pointed by Accumulator)
Operation
((A)) ← (T) (Word transfer)
Assembler format
MOVW @A, T
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 cycles: 3
Byte count: 1
OP code: 83
136