FR81 Family
278 FUJITSU MICROELECTRONICS LIMITED CM71-00105-1E
CHAPTER 7 DETAILED EXECUTION INSTRUCTIONS
7.95
● Execution Example
JMP:D @R1 ; Bit pattern of the instruction: 1001 1111 0000 0001
LDI:8 #0FFH, R1 ; Instruction placed in delay slot
The instruction placed in the delay slot will be executed before execution of the branch destination
instruction. The value R1 above will vary according to the specifications of the LDI:8 instruction placed in
the delay slot.
R1R1
0000 00FF
FF8 0 0000
C000 8 000
PC
C000 8 000
PC
Before execution of JMP instruction After branching