Branch if less than register.
if Ra < Rb
pc = pc + displacement
else
pc = pc + 4
This instruction performs an unsigned comparison of two general purpose registers and branches if Ra is less than Rb. This instruction will never cause any exceptions.
Opcode7 | Ra5 | Rb5 | Displacement10 | Func5 |
95 | Ra5 | Rb5 | Displacement10 | 4 |