retagged by
794 views
0 votes
0 votes

An 8052 based system has an output port with address 00H. Consider the following assembly language program.

ORG 0100H
MVI A, 00H
LXI H, 0105H
OUT 00H
INR A
PCHL	
HLT	
  1. What does the program do with respect to the output port $00H$ ?

  2. Show the waveforms at the three least significant bits of the port $00H$.

retagged by

1 Answer

Related questions

3 votes
3 votes
2 answers
1
Kathleen asked Oct 9, 2014
3,452 views
Number of machine cycles required for RET instruction in 8085 microprocessor is1235
4 votes
4 votes
2 answers
3
0 votes
0 votes
0 answers
4