Question: Could you answer this question using some random numbers for the memory and the registers .At the end could u give the value of all
Could you answer this question using some random numbers for the memory and the registers .At the end could u give the value of all the registers or simply what will be the output of this risc program . 
Load R2, N Clear R3 Move R4, #NUM1 LOOP: Load R5, (R4) Add R3, R3, R5 Add R4, R4, #4 Subtract R2, R2, #1 Branch_if_[R2]>0 LOOP Store R3, SUM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
