CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.11 BLT (Branch Less Than zero: relative if < Zero)
Execute the next instruction if the logical
■BLT (Branch Less Than zero: relative if < Zero)
Operation
(V) ∀ (N) = 0: (PC) ← (PC) + 2 (Word addition)
(V) ∀ (N) = 1: (PC) ← (PC) + 2 + rel (Word addition)
Assembler format
BLT 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: FF
68