RosettaCodeData/Task/Conditional-structures/MIPS-Assembly/conditional-structures-4.mips
2023-07-01 13:44:08 -04:00

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