Question: 3. Exercise 2.26: Analyzing MIPS Assembly (4 points). Consider the following code: LOOP: slt $t2, $t1, $t4 beq $t2, $0, DONE addi $t4, $t4, 1
3. Exercise 2.26: Analyzing MIPS Assembly (4 points). Consider the following code: LOOP: slt $t2, $t1, $t4 beq $t2, $0, DONE addi $t4, $t4, 1 addi $t1,$t1, -1 addi $82, $82, 2 LOOP DONE: Assume that the register $t1 is initialized to 10, $t4 is initialized to the 0, and $s2 is initialized to 40. What value will be in register Ss2 at the end of the program's execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
