The above program sums the odd and even numbers in array and outputs them to two registers. Conceptually, what values are kept in R2 and R3? What do R5, and R6 contain

Question 2
For Problems 2 through 8, use the following Code Sequence:

The above program sums the odd and even numbers in array and outputs them to two registers. Conceptually, what values are kept in R2 and R3? What do R5, and R6 contain
when the loop exits?

3 points

R2 contains the loop iteration variable

R3 contains the pointer that points to the different elements in the array

R5 contains the sum of the even numbers in the array

R6 contains the sum of the odd numbers in the array

R2 contains the pointer that points to the different elements in the array

R3 contains the loop iteration variable

R5 contains the sum of the even numbers in the array

R6 contains the sum of the odd numbers in the array

R2 contains the loop iteration variable

R3 contains the pointer that points to the different elements in the array

R5 contains the sum of the odd numbers in the array

R6 contains the sum of the even numbers in the array

R2 contains the pointer that points to the different elements in the array

R3 contains the loop iteration variable

R5 contains the sum of the odd numbers in the array

R6 contains the sum of the even numbers in the array