Addition unsigned without overflow : set $t1 to ($t2 plus $t3), no overflow
addu
Operands
$reg, $reg, [$reg/int32]Variants
- Addition unsigned without overflow : set $t1 to ($t2 plus $t3), no overflow addu $t1,$t2,$t3
- ADDition Unsigned : set $t1 to ($t2 plus 32-bit immediate), no overflow addu $t1,$t2,100000
Loading...