BAND

Synopsis:

Branch and registers.

Operation:

if Ra <> 0 and Rb <> 0

    pc = pc + displacement

else

    pc = pc + 4

Description:

This instruction branches if both Ra and Rb are non-zero. This instruction will never cause any exceptions.

Format:

Opcode7 Ra5 Rb5 Displacement10 Func5
95 Ra5 Rb5 Displacement10 12