madz26281 madz26281 24-03-2020 Computers and Technology contestada addi $t3, $0, 1 LOOP: slt $t2, $0, $t1 beq $t2, $0, DONE sub $t1, $t1, $t3 addi $s2, $s2, 2 j LOOP DONE: 6.1) Assume that the register $t1 is initialized to the value 10. What is the value in register $s2 assuming $s2 is initially zero?