The 8051 Microcontroller - Technical MCQs

Q1:

Which of the following commands will copy the contents of RAM whose address is in register 0 to port 1?

A MOV @ P1, R0

B MOV @ R0, P1

C MOV P1, @ R0

D MOV P1, R0

ANS:C - MOV P1, @ R0

No answer description is available.