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 |
Explain what is the main difference between 8085 and 8086 processors?
How many interrupts are there in 8085?
Explain what is microcontroller?
Where can i find the sample ASSEMBLY LANGUAGE programs????? plz tell me the site or forum......anything which can have the sample codes/programs of assembly language????
What is segment address in 8086?
Which is the stack used in 8085?
What are the control signals used by the 8085?
What is the significance of the clk pin in the 8086?
On a scale of one to ten, rate me as an interviewer now 26 which stack is used in 8086?
What is the difference between MOV and MVI?
What is general purpose registers in 8086?
These are two ways in which a microprocessor can come out of Halt state.