beautypg.com

FUJITSU FR family 32-bit microcontroller instruction manuel CM71-00101-5E User Manual

Page 202

background image

178

CHAPTER 7 DETAILED EXECUTION INSTRUCTIONS

7.82

MOV (Move Word Data in Source Register to Destination
Register)

Moves the word data in "Rj" to "Ri".

MOV (Move Word Data in Source Register to Destination Register)

Assembler format:

MOV Rj, Ri

Operation:

Rj

Ri

Flag change:

N, Z, V, and C: Unchanged

Execution cycles:

1 cycle

Instruction format:

Example:

MOV R2, R3

N

Z

V

C

MSB

LSB

1

0

0

0

1

0

1

1

Rj

Ri

R2

8 7 6 5

4 3 2 1

x x x x

x x x x

R2

R3

R3

8 7 6 5

4 3 2 1

8 7 6 5

4 3 2 1

Before execution

After execution

Instruction bit pattern : 1000 1011 0010 0011