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

180
CHAPTER 7 DETAILED EXECUTION INSTRUCTIONS
7.84
MOV (Move Word Data in Program Status Register to
Destination Register)
Moves the word data in the program status (PS) to general-purpose register "Ri".
■
MOV (Move Word Data in Program Status Register to Destination Register)
Assembler format:
MOV PS, Ri
Operation:
PS
→
Ri
Flag change:
N, Z, V, and C: Unchanged
Execution cycles:
1 cycle
Instruction format:
Example:
MOV PS, R3
N
Z
V
C
–
–
–
–
MSB
LSB
0
0
0
1
0
1
1
1
0
0
0
1
Ri
R3
R3
F F F 8 F 8 C 0
F F F 8 F 8 C 0
PS
F F F 8 F 8 C 0
PS
x x x x
Before execution
After execution
x x x x
Instruction bit pattern : 0001 0111 0001 0011
Advertising