Digital Electronics - The 8051 Microcontroller - Discussion

Discussion Forum : The 8051 Microcontroller - General Questions (Q.No. 24)
24.
The contents of the accumulator after this operation
MOV A,#0BH
ANL A,#2CH
will be
11010111
11011010
00001000
00101000
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
12 comments Page 2 of 2.

B.nagendra prasad said:   1 decade ago
First you convert 0B value into binary values after that same 2C value also and add AND operation

0B=0000 1011
2C=0010 1100

and do AND operation = 00001000

Mahesh said:   1 decade ago
Can any one explain how?


Post your comments here:

Your comments will be displayed after verification.