132
CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.43 MOV (MOVE Immediate Byte Data to Memory)
Transfer byte immediate data to EA memory (memory expressed in each type of
addressing).
■ MOV (MOVE Immediate Byte Data to Memory)
Operation
(EA) ← d8 (Byte transfer)
Assembler format
MOV EA, #d8
Condition code (CCR)
+: Changed by executing instruction
-: Not changed
N: Not changed
Z: Not changed
V: Not changed
C: Not changed
NZVC
----
Table 6.43-1 Number of Execution Cycles / Byte Count / OP Code
EA dir @IX+off @EP Ri
Number of
execution cycles
4433
Byte count 3322
OP code 85 86 87 88 to 8F