The document outlines an assignment consisting of various questions related to microcontrollers and microprocessors, specifically focusing on the 8085 microprocessor. Topics include differentiation between microcontrollers and microprocessors, instruction formats, and explanations of key components like the flag register and addressing modes. Additionally, it requires diagrams and explanations of memory interfaces and control signals associated with the 8085 microprocessor.
The document outlines an assignment consisting of various questions related to microcontrollers and microprocessors, specifically focusing on the 8085 microprocessor. Topics include differentiation between microcontrollers and microprocessors, instruction formats, and explanations of key components like the flag register and addressing modes. Additionally, it requires diagrams and explanations of memory interfaces and control signals associated with the 8085 microprocessor.
1. Differentiate between Microcontroller and Microprocessor.
2. Explain instruction format of 8085 instructions. 3. Explain Assembler, Debugger and Linker with an example. 4. Define (1) Accumulator (2) Program Counter (3) Stack Pointer. 5. Explain the flag register in the 8085 microprocessor. 6. Explain the following pins of 8085: (1) INTR (2) HOLD (3) SOD (4) READY 7. Define significance of ALE pin with an example or a diagram. 8. Draw the block diagram of internal architecture of 8085 and explain its working. 9. Draw and explain Pin diagram of 8085 Microprocessor. 10.State the addressing modes of the following instructions: 1. CMA 2. LDA 2500H 3. ANA M 4. LXI SP 11.Explain Read/ Write control signals for memory and I/O. 12.Draw the memory interface 4kB of EPROM with starting address from 0000H and 2kB of RAM with starting address followed by EPROM with 8085 Microprocessor. 13.Draw the interfacing of a 4KB EPROM having a starting address 0000h and two 2KB static RAMs having starting addresses 4000h and 8000h, respectively, with 8085 microprocessor. Use demultiplexed address/data lines and use 3-to-8 decoder (74LS138). 14.Find the ending address of an 8K-byte memory if the starting address is '0'. 15.Draw timing diagram of instruction MVI A, 32H.