Skip to content
THECSICENCE
THECSICENCE

EVERYTHING ABOUT COMPUTER SCIENCE

  • Pages
    • About US
    • Contact US
    • Privacy Policy
    • DMCA
  • Human values
  • NCERT Solutions
  • HackerRank solutions
    • HackerRank Algorithms problems solutions
    • HackerRank C solutions
    • HackerRank C++ solutions
    • HackerRank Java problems solutions
    • HackerRank Python problems solutions
THECSICENCE

EVERYTHING ABOUT COMPUTER SCIENCE

Demultiplexing of Address and Data Bus in 8085

YASH PAL, April 6, 2022January 1, 2025

Demultiplexing of Address and Data Bus in 8085 – For economic use of pins of microprocessor 8085, the lower order address bus is multiplexed with the data bus. this is known as a multiplexed Address/Data Bus (AD0 – AD7). the microprocessor 8085 provides an address during the earlier part of the execution of an instruction on the multiplexed bus (AD0 – AD7).

Data is also available on the same bus during the later part of the execution of an instruction. However, for proper memory or input/output operation, the microprocessor requires the lower order address and data separately.

Address latch enables (ALE) signal is used to demultiplex the address/data bus. the below figure shows the schematic of demultiplexing of address/data bus (AD0 – AD7) using a latch IC (74LS373). the multiplexed address/data bus (AD0 – AD7) is connected as the input to the 8-bit latch IC (74LS373). the enable input (G) of latch IC is connected to the ALE pin of the microprocessor whereas the output control (OC) pin is grounded.

Block Diagram of demultiplexing of address data bus
Demultiplexing of address data bus

The abovementioned figure shows the schematic of the demultiplexing of the Address/Data bus using a latch IC (74LS373).

Memory organization in 8085 microprocessor

ALE signal goes high during the earlier part of the execution of the instruction, the latch is transparent and AD0 – AD7 is reflected A0 – A7. in this way the complete address is available in the address bus (A0 – A15). once the address is located, the ALE signal goes low, and the latch is disabled. Now data may be available on this multiplexed bus (AD0 – AD7), which may flow from microprocessor to memory (or I/O) or vice versa.

What is Network Architecture

engineering subjects microprocessor engineeringmicroprocessor

Post navigation

Previous post
Next post

Leave a Reply

You must be logged in to post a comment.

Similar websites

  • Programming
  • Data Structures
©2025 THECSICENCE | WordPress Theme by SuperbThemes