Assignment/Questions on 8085
Assignment/Questions - 1 Q.1 What is a microprocessor? What is Flag? Why are the program counter & stack pointer 16-bit register? Q.2 Explain the need to De-multiplex the bus AD 7 – AD 0 ? Q.3 Explain the microprocessor 8085 Architecture and operations. Q.4 Explain the Pin Configuration , Function & Signals of 8085. Q.5 Explain the Timing Diagram. Q.6 Explain the pinout and signals of 8085. Assignment/Questions - 2 Q.1 What is an Assembler & Debugging? Explain it. Q.2 Specify the output at port 1 if the following program is executed . MVI B,82H MOVA,B MOV C,A MVI D,37H OUT PORT1 HLT Q.3 Explain the 8085 Instructions set. Q.4 Explain the Addressing Mode. Q.5 Explain Stack & Subroutine. Q.6 Write a main program & a conversion subroutine to convert the binary number stored at DA00H in to its equivalent BCD number. Store the result from memory location DB01H. Q.7 Write a Program for BCD to Binary. Q.8 Explain the Software Cou...