![](/images/new-backgrounds/1168369/168369175x1.webp)
CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.15 BP (Branch relative if N = 0: PLUS)
Execute the next instruction if the
■BP (Branch relative if N = 0: PLUS)
Operation
(N) = 1: (PC) ← (PC) + 2 (Word addition)
(N) = 1: (PC) ← (PC) + 2 + rel (Word addition)
Assembler format
BP rel
Condition code (CCR)
N | Z | V | C |
|
|
|
|
- | - | - | - |
|
|
|
|
+: Changed by executing instruction
N:Not changed
Z:Not changed
V:Not changed
C:Not changed
Number of execution cycles: 4 (at divergence)/ 2 (at
Byte count: 2
OP code: FA
76