Question: Trace the code, show exactly what is printed and show what will ne in the array numbers at the end of code...show your work please!

Trace the code, show exactly what is printed and show what will ne in the array numbers at the end of code...show your work please!
. data nums: .word 25, 15, 85, 35, 50, 75, 65 sep: .asciiz "$$$" main: lui $t0, Ox1001 li $t1, 3 addi $t5, $t1, -2 addi $t4, $t0, 28 addi $t2, $t0, 4 addi $t3, $t0, 12 loop: bgt $t5, $t1, loopend lw $50, 0 ($t2) lw $$1, 4 ($t3) add $50, $50, $s1 $so, O ($t0) move $a0, $50 $v0, 1 syscall $v0, 4 move $a0, $t4 syscall addi $t0, $t0, 4 addi $t2, $t2, 8 addi $t3, $t3, 4 addi $t5, $t5, 1 b loop loopend: SW
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
