RosettaCodeData/Task/Conditional-structures/MIPS-Assembly/conditional-structures-4.mips

5 lines
141 B
Plaintext

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