62
CHAPTER 5 PRECAUTIONARY INFORMATION FOR THE FR FAMILY CPU
■ Examples of Programing Delayed Branching Instructions
An example of programing a delayed branching instruction is shown below.
.
.
LD @R10, R1
LD @R11, R2
ADD R1, R3
BNE:D TestOK
ST R2, @R12
ADD #4, R12 ; not satisfy
.
.
.
TestOK: ; satisfied
ST R2, @R13
.
.