How do you detect if two 8-bit signals are same?
Answers were Sorted based on User's Feedback
Answer / pvsreddy
by using X-OR(Exclusive-OR ) gate and checking using zero
flag ( it should be set if two 8-bit signals are same) .
also the accumulator contents will also become all bits
areoooo oooo.
Is This Answer Correct ? | 22 Yes | 2 No |
Answer / priyanka kokil
By using XNOR gate if the signals are same then only the
output will be one otherwise not.
Is This Answer Correct ? | 19 Yes | 4 No |
Answer / nag
PVSReddy is correct answer.
In Ex-OR gate:
1 - 1:0
1 - 0:1
0 - 1:1
0 - 0:0
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / saravanan
by doing ex-or operation and checking zero flag. if zero
flag is set means two 8 bit signals are same.
Is This Answer Correct ? | 1 Yes | 2 No |
What are the functions of RIM, SIM, IN?
What is an editor?
Can port 0 be used as input output port?
How many types memory mgt can divided?
What are the functions of base registers?
Are all the bits of flag register used in 8051?
What type of interrupt is the “trap” and what does it do?
Which register handles the arithmetic operations in the 8085?
What is lookup table microcontroller?
can microcontroller work indepandently
What is the bhe signal? Explain its significance?
What is the main difference between 8085 and 8086 processors?