TOY Consider what happens when the following TOY program is executed by pressing RUN with the program counter set to 10:
10: 8110 R[1] A. What is the value of R[1] after the instruction at location 10 completes?
B. What is the value of R[2] after the instruction at location 12 completes?
C. What is the value of Mem[14] after the instruction at location 13 completes?
D. What is the value of R[1] when the program halts?