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
MOV A,#0BH
ANL A,#2CH
will be
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
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers