
CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.51MOVW (MOVE Word Data from Stack Pointer to Accumulator)
Transfer word data from SP to A.
■MOVW (MOVE Word Data from Stack Pointer to Accumulator)
Operation
(A) ← (SP) (Word transfer)
Assembler format
MOVW A, SP
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: F1
148