Q.68 | Which of the given options CORRECTLY interprets the following machine instruction in ARM processors? MUL R5, R0, R1 | |
Ans | 1. Multiply the contents of R5 and R1 and store the result into R0 | |
2. Multiply the contents of R0 and R1 and store the result into R5 | ||
3. Multiply the contents of R5, R0 and R1 and store the result into R5 | ||
4. Multiply the contents of R5 and R0 and store the result into R1 |
Correct Ans Provided: 2