Question: For these problems, the table holds MIPS assembly code fragments. You will be asked to evaluate each of the code fragments, familiarizing you with the
For these problems, the table holds MIPS assembly code fragments. You will be asked to evaluate each of the code fragments, familiarizing you with the different MIPS branch instructions.
For each of the loops above, write the equivalent C code routine. Assume that the registers $s1, $s2, $t1, and $t2 are integers A, B, i, and temp, respectively.
a. b. LOOP: addi $s2, $s2, 2 subi $t1, $t1, 1 bne $t1, $0. LOOP DONE: LOOP: DONE: $t1 slt $t2, $0, beq $t2, $0, DONE subi $t1, $t1, 1 addi $s2, $s2, 2 j LOOP
Step by Step Solution
3.40 Rating (162 Votes )
There are 3 Steps involved in it
Loop A MIPS assembly code LOOP addi 2 s22 subi tl tl ... View full answer
Get step-by-step solutions from verified subject matter experts
