BNR

Synopsis:

Branch no reservation.

Operation:

if reservation flag = 0

    pc = pc + displacement

else

    pc = pc + 4

Description:

This instruction branches if the processor address reservation has been lost. The address reservation flag indicates that the reserved address is lost. This instruction will never cause any exceptions.

Format:

Opcode7 Ra5 Rb5 Displacement10 Func5
95 Ra5 Rb5 Displacement10 14