BGE

Synopsis:

Branch if greater than or equal register.

Operation:

if Ra >= Rb

    pc = pc + displacement

else

    pc = pc + 4

Description:

This instruction performs a signed comparison two general purpose registers and branches if Ra is greater than or equal to Rb. This instruction will never cause any exceptions.

Format:

Opcode7 Ra5 Rb5 Displacement10 Func5
95 Ra5 Rb5 Displacement10 1