Branch and registers.
if Ra <> 0 and Rb <> 0
pc = pc + displacement
else
pc = pc + 4
This instruction branches if both Ra and Rb are non-zero. This instruction will never cause any exceptions.
Opcode7 | Ra5 | Rb5 | Displacement10 | Func5 |
95 | Ra5 | Rb5 | Displacement10 | 12 |