Places the value 1 in register `xd` if register `xs1` is less than the value in register `xs2`, where both sources are treated as unsigned numbers, else 0 is written to `xd`.
sltu xd, xs1, xs2
Pseudo-Instructionsnez xd, xs2equalssltu xd, 0, xs2whenxs1 == 0
Type: R