Digital Electronics - The 8051 Microcontroller - Discussion

Discussion Forum : The 8051 Microcontroller - General Questions (Q.No. 30)
30.
Which of the following commands will move the number 27H into the accumulator?
MOV A, P27
MOV A, #27H
MOV A, 27H
MOV A, @27
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Usamah said:   1 decade ago
The answer is movA,#27h
because it directly move the data into accumulator
and command movA,27h move d data from memory location 27h into accumulator ok
(1)

Meghna singh said:   5 years ago
Yes right @Lokesh Ingale,

the answer Mov A, 27H.

Lokesh ingale said:   6 years ago
It is Mov A, 27H.

Post your comments here:

Your comments will be displayed after verification.