SLEUI

Synopsis:

Set if less than or equal immediate.

Operation:

If Ra <= Immediate

    Rt = 1

Else

    Rt = 0

Description:

This instruction performs a unsigned comparison for less than or equal between a general purpose register and an immediate value and places the result in a general purpose register. This instruction will never cause an exception.

Format:

Opcode7 Ra5 Rt5 Immediate15
101 Ra5 Rt5 Immediate15