CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.65PUSHW (PUSH Word Data of Inherent Register to Stack Memory)
Subtract 2 from the value of SP. Then, transfer the word value from the memory indicated by SP to dr.
■PUSHW (PUSH Word Data of Inherent Register to Stack Memory)
Operation
(SP) ← (SP) - 2 (Word subtraction) ((SP)) ← (dr) (Word transfer)
Assembler format
PUSHW dr
Condition code (CCR)
N | Z | V | C |
|
|
|
|
- | - | - | - |
|
|
|
|
+: Changed by executing instruction
N:Not changed
Z:Not changed
V:Not changed
C:Not changed
Table 6.65-1 Number of Execution Cycles / Byte Count / OP Code
DR | A | IX | |
|
|
| |
Number of execution | 4 | 4 | |
cycles | |||
|
| ||
|
|
| |
Byte count | 1 | 1 | |
|
|
| |
OP code | 40 | 41 | |
|
|
|
176