CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.14BNC (Branch relative if C = 0)/BHS (Branch if Higher or Same)
Execute the next instruction if the
■BNC (Branch relative if C = 0)/BHS (Branch if Higher or Same)
Operation
(C) = 1: (PC) ← (PC) + 2 (Word addition)
(C) = 0: (PC) ← (PC) + 2 + rel (Word addition)
Assembler format
BNC rel/BHS 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: F8
74