BLTUI


Synopsis:

Branch if less than unsigned immediate.

Operation:

If Ra < Immediate

    pc = pc + Displacement

Else

    pc = pc + 4

Description:

This instruction branches conditionally based on an unsigned comparison of an immediate value to a general purpose register. This instruction will never cause an exception.

Format:

Opcode7 Ra5 Displacement12 Immediate8
84 Ra5 Displacement12 Immediate8