917 views
1 votes
1 votes

Consider following 8085 microprocessor program


MVI A, DATA1
ORA A
JM DISPLAY
OUT PORT1
CMA

DISPLAY : ADI 01H
OT PORT1
HLT


If DATA1 = A7H, the output at PORT1 is
(a) A7H

(b) 58H

(c) 00H

(d) 59H

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
sh!va asked Nov 8, 2017
1,694 views
Which of the following statement is true for Programmable Logic array (PLA)?(a) Fixed AND array and Fused programmable OR array(b) Fused programmable AND array and Fixed ...
0 votes
0 votes
2 answers
2
sh!va asked Nov 9, 2017
1,731 views
The Gray code for ($A5$) $16$ is equivalent to$10010101$$11010101$$11011111$$11011011$
0 votes
0 votes
1 answer
3
sh!va asked Nov 8, 2017
552 views
Simplify the below function represented in sum of minterms
0 votes
0 votes
1 answer
4
sh!va asked Nov 8, 2017
2,149 views
If input to T flip flop is 200 Hz signal, then what will be the output signal frequency if four T flip flops are connected in cascade(a) 200 Hz(b) 50 Hz(c) 800 Hz(d) None...