Ex: What is the MIPS code to test if contents of register $18 is less than the constant 10 Siti $8, $18, 10 # $8 = 1 if
Posted: Mon Mar 21, 2022 4:51 pm
Ex: What is the MIPS code to test if contents of register $18 is less than the constant 10 Siti $8, $18, 10 # $8 = 1 if $18 < 10