Set if greater than immediate.
If Ra > Immediate
Rt = 1
Else
Rt = 0
This instruction performs a unsigned comparison for greater than 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.
Opcode7 | Ra5 | Rt5 | Immediate15 |
102 | Ra5 | Rt5 | Immediate15 |