Match list-I with list-II and select the correct answer using the codes given below the lists:
| List-I | List-II |
|---|---|
| 1. Regs[R4] <- Regs[R4] + Regs[R3] | a. immediate |
| 2. Regs[R4] <- Regs[R4] + 3 | b. register |
| 3. Regs[R4] <- Regs[R4] + [Regs[R1]] | c. indirect |
1
1 -> b , 2 -> a , 3 -> c
2
1 -> b , 2 -> c , 3 -> a
3
1 -> c , 2 -> b , 3 -> a
4
1 -> a , 2 -> c , 3 -> b