Question: How many instructions are executed? MIPS Assembly code: lw $t0, 48($zero) lw $t1,48($zero) beq $t0, $t1, 2 sw $t1, 80($zero) add $t2, $t1, $t0 addi
How many instructions are executed?
MIPS Assembly code:
lw $t0, 48($zero) lw $t1,48($zero) beq $t0, $t1, 2 sw $t1, 80($zero) add $t2, $t1, $t0 addi $t3, $zero, 46 beq $t3, $zero, 1 sw $t2, 28($t1) sw $t3,32($t1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
