8085 Microprocessors
- What operation can be performed by using the instruction SUBA?
-
View Hint View Answer Discuss in Forum
Clear the accumulator Q The command subtracts the contents of register specified from the accumulator
Correct Option: A
Clear the accumulator Q The command subtracts the contents of register specified from the accumulator
- Specify the output at PORT1, after the following program has been executed—
MVI B, 82 H MOV A, B MOV C, A MVI D, 37 H DUT PORT 1 HLT
-
View Hint View Answer Discuss in Forum
82 H
∵ Out PORT command outputs the data whatever is present in Accumulator.Correct Option: A
82 H
∵ Out PORT command outputs the data whatever is present in Accumulator.
- Which of the following is commonly used to interface I/P devices?
-
View Hint View Answer Discuss in Forum
Tri-state buffer
Correct Option: B
Tri-state buffer
- Which of the following device is commonly used to interface O/P devices?
-
View Hint View Answer Discuss in Forum
Latch
Correct Option: A
Latch
- In an O/P and I/P port can have the same 8-bit address and data. How does the 8085 differentiate between the ports?
-
View Hint View Answer Discuss in Forum
Control signals
Correct Option: A
Control signals