Differentiate between Microcontroller and Microprocessor.
[3 marks]Explain the purpose of the following signals in 8085 1. READY 2. AD0-AD7 3. HOLD 4. IO/ M 5. INTR
[4 marks]Draw the architectural diagram of 8085 microprocessor and list out the following: 1. General Purpose Registers 2. Special Purpose registers with their functions 3. Flags in the flag register with required explanation
[7 marks]If an 8085 is an 8 bit microprocessor, how many bits can be loaded by the register pairs (BC, DE, HL, or SP) using LXI?
[3 marks]Define significance of ALE pin with an example or a diagram.
[4 marks]If an 8085 microprocessor has a 2 MHz crystal frequency, what is the assembly language code required creating a delay of 1 second?
[7 marks]Draw the interfacing of a 4KB EPROM having a starting address0000h and two 2KB static RAMs having starting addresses 4000hand 8000h, respectively, with 8085 microprocessor. Use demultiplexed address/data lines and use 3-to-8 decoder (74LS138).
[7 marks]State the addressing modes of the following instructions: 1. CMA 2. LDA 2500H 3. ANA M 4. LXI SP
[3 marks]Using stack operations, write an 8085 assembly program to set the sign, zero, and parity flags while resetting the auxiliary carry and carry flags.
[4 marks]Can you describe the process by which the 8085 processor executes the CALL instruction, and how does the timing diagram illustrate this sequence of events?1
[7 marks]An array of ten data bytes are stored from memory locations 2100H onwards. Write an 8085 assembly language program to find the minimum number from this array and store it to new memory location 2200H.
[3 marks]Can you provide a diagram illustrating the de-multiplexing of the Address/Data bus (AD0-AD7) in the 8085 microprocessor?
[4 marks]Explain the different addressing modes available in the 8085 microprocessor, with examples to illustrate each mode.
[7 marks]Explain instruction set of 8085.
[3 marks]Compare the memory-mapped IO with the standard IO-mapped IO
[4 marks]Can you provide an example program in assembly language that initializes a single 8259 Programmable Interrupt Controller (PIC) connected to an 8085 processor?
[7 marks]List the Software and Hardware interrupts of 8085?
[3 marks]Discuss the operation of the 8255 Programmable Peripheral Interface and how it is interfaced with an 8085 microprocessor. What are the different modes of operation and how are they selected?
[4 marks]How does the instruction sequence MVI A, 07H RLC MOV B, A RLC RLC ADD B Use the values stored in registers Aand Bto execute a specific mathematical function in an assembly language program?
[7 marks]Differentiate 80286 with 80386 microprocessor.
[3 marks]Describe the importance of bus interface unit (BIU) and execution unit (EU) the 8086 microprocessor.
[4 marks]Draw and explain internal architecture and PIN diagram of 8086 microprocessor.
[7 marks]Differentiate between the real mode and protected mode of the 80286 microprocessor.
[3 marks]How the physical addresses are calculated from segment register in 8086 microprocessor?
[4 marks]Describe the architecture of the 80286 with a neat block diagram.
[7 marks]