Subtraction unsigned without overflow : set $t1 to ($t2 minus $t3), no overflow
subu
Operands
$reg, $reg, [$reg/int32]Variants
- Subtraction unsigned without overflow : set $t1 to ($t2 minus $t3), no overflow subu $t1,$t2,$t3
- SUBtraction Unsigned : set $t1 to ($t2 minus 32-bit immediate), no overflow subu $t1,$t2,100000
Loading...