49
2.7 Instruction Overview
❍
Ri that is referenced by the JMP:D @Ri or CALL:D @Ri instruction is not affected even
when the instruction in the delay slot updates the Ri.
[Example]
❍
RP that is referenced by the RET:D instruction is not affected even when the instruction in
the delay slot updates the RP.
[Example]
❍
The flag that is referenced by the Bcc:D rel instruction is not affected by the instruction in
the delay slot.
[Example]
❍
When RP is referenced by the instruction in the delay slot of the CALL:D instruction, the
data updated by the CALL:D instruction is read.
[Example]
LDI:32
#Label,
R0
JMP:D
@R0
; Branches to Label.
LDI:8
#0,
R0
; Does not affect the branch destination
address.
:
RET:D
;
Branches to the address indicated by the RP that
is set previously.
MOV
R8,
RP
;
Does not affect the return operation.
:
ADD
#1,
R0
;
Changes the flag.
BC:D
Overflow
;
Branches according to the execution result of the
above instruction.
ANDCCR
#0
;
Updates the flag which is not referenced by the
above branch instruction.
:
CALL:D
Label
;
Updates RP and branches.
MOV
RP,
R0
;
Transfers the RP; the execution result of
the above CALL:D instruction.
:
Содержание MB91F109
Страница 2: ......
Страница 3: ...FUJITSU LIMITED FR30 32 Bit Microcontroller MB91F109 Hardware Manual ...
Страница 4: ......
Страница 10: ...vi ...
Страница 24: ...xx ...
Страница 95: ...71 2 10 Operation Mode MODR writing RSTX reset MD2 1 0 BW1 and BW0 of AMD0 to AMD5 Bus width specification ...
Страница 96: ...72 CHAPTER 2 CPU ...
Страница 224: ...200 CHAPTER 4 BUS INTERFACE ...
Страница 234: ...210 CHAPTER 5 I O PORTS ...
Страница 268: ...244 CHAPTER 9 U TIMER ...
Страница 290: ...266 CHAPTER 10 UART ...
Страница 314: ...290 CHAPTER 12 16 BIT RELOAD TIMER ...
Страница 322: ...298 CHAPTER 13 BIT SEARCH MODULE ...
Страница 392: ...368 CHAPTER 16 FLASH MEMORY ...
Страница 432: ...408 APPENDIX E Instructions F Table E 2 Instruction Formats OP rel11 5 11 ...
Страница 448: ...424 APPENDIX E Instructions ...
Страница 449: ...425 INDEX INDEX The index follows on the next page This is listed in alphabetic order ...
Страница 458: ...434 INDEX ...
Страница 460: ......
Страница 461: ...FUJITSU SEMICONDUCTOR FR30 32 Bit Microcontroller MB91F109 Hardware Manual ...