CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS

6.44 MOV (MOVE Byte Data from Accumulator to memory)

Transfer bytes (data from AL) immediate data to EA memory (memory expressed in each type of addressing).

MOV (MOVE Byte Data from Accumulator to memory)

Operation

(EA) (AL) (Byte transfer)

Assembler format

MOV EA, A

Condition code (CCR)

N

Z

V

C

 

 

 

 

-

-

-

-

 

 

 

 

+: Changed by executing instruction

-: Not changed

N:Not changed

Z:Not changed

V:Not changed

C:Not changed

Table 6.44-1 Number of Execution Cycles / Byte Count / OP Code

EA

dir

@IX+off

ext

@EP

Ri

 

 

 

 

 

 

Number of

3

3

4

2

2

execution cycles

 

 

 

 

 

 

 

 

 

 

 

Byte count

2

2

3

1

1

 

 

 

 

 

 

OP code

45

46

61

47

48 to 4F

 

 

 

 

 

 

134

Page 146
Image 146
Fujitsu F2MC-8FX manual MOV Move Byte Data from Accumulator to memory, Number of Execution Cycles / Byte Count / OP Code