4. Refer to the following code the answer the remaining questions. loop: load r1, r5, 40; r1  data_memory[r5 + 40] add r1, r1, r2; r1  r1 + r2 store r1, r5, 40; data_memory[r5 + 40]  r1 addi r5, r5, - 4; r5 
Answers (1)