BOR

Synopsis:

Branch or registers.

Operation:

if Ra <> 0 or Rb <> 0

    pc = pc + displacement

else

    pc = pc + 4

Description:

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

Format:

Opcode7 Ra5 Rb5 Displacement10 Func5
95 Ra5 Rb5 Displacement10 13