8085 Assignment
8085 Assignment
20/02/2021
(9) What are the control signals? How do we generate them? Give their importance.
(10) Draw and explain the block diagram of 8085 microprocessor architecture.
(11) Design a memory interfacing circuit for a given 4k ROM chip. Use all 16 address
lines .Use any combination of inverter, Nand gate and 74LS138 decoder to generate
the address. Determine the memory map of the design.
(12) Draw and explain the timing diagram of instruction MVI A, 32H. Find Execution
time required, if crystal frequency is 4MHz.
(13)Draw the pin diagram of 8085 and explain the function of each pin in brief.
(14)Given the component as listed, design an interfacing circuit for the memory to meet
the following specification :
1)74Ls138:3-to-8 decoder
2)2732(4k×8): EPROM-address range should begin at 0000H
3)6116(2K×8): CMOS R/W memory with starting address 7000H.
(15)Explain with a sketch how de multiplexing of address bus takes place.
(16) Draw the timing diagram of LDA 2000h present at memory location 5000h.
(17) What do you understand by the term Addressing mode ? Explain the Addressing
modes supported by 8085 by giving suitable examples.
(18) Draw and explain timing diagram of IN 01H and OUT 01 instruction at location
2000h and 3000h respectively.
(19) Explain memory mapped Vs. Peripheral mapped I/O.
(20) Design an interfacing circuit for one input port with eight DIP switches with address
F8h and one output port with eight LEDs with address FFh, using the components
as listed.
(1) 74LS138: 3-to-8 decoder.
(2) 74LS244: tri-state buffer
(3) 74LS373: octal latch
(4) NAND gates
(22) Repeat above question with switch address FFF8H and seven segment common
cathode LED at port address FFF9H and write a program to display 9 on seven
segment.
(23) Design an memory interfacing circuit for a given 32KB ROM chip. Use any
combination of inverter, Nand gate and 74LS138 decoder to generate the address.
Determine the memory map of the design.
(24) Draw programming model of 8085 and explain function of each flag.
(25) What do you mean by no of bytes, T- state and Machine cycle of any instruction.