4 lines
141 B
Text
4 lines
141 B
Text
BGEU $t0,$t1,label ;branch if $t0 >= $t1, treating both as unsigned.
|
|
NOP
|
|
BLT $t7,$t3,label ;branch if $t7 < $t3, treating both as signed
|
|
NOP
|