Branch if less than (unsigned): Branch to statement at label's address if t1 is less than t2 (with an unsigned interpretation)
bltu
Operands
reg, reg, idVariants
- Branch if less than (unsigned): Branch to statement at label's address if t1 is less than t2 (with an unsigned interpretation) bltu t1,t2,label
Loading...