SlideShare a Scribd company logo
1 of 25
8085 interfacing with memory Chips
*
Microprocessor need to access memory quite frequently to read
instructions and data stored in memory; the interface circuit enables that
access.
The interface process involves designing a circuit that will match the memory
requirements with the microprocessor signal.[Memory has certain signal
requirements to read from and write into memory. Similarly
Microprocessor initiates the set of signals when it wants to read from
and write into memory].
Memory Structure and its Requirements
*
R/W Memory: Group of Registers.
Figure Shows:
โ—2048 registers
โ—Register store 8-bits
โ—8 input, 8-output lines
โ—11 address lines(AD10-AD0), 1 chip
select, 2 control lines to enable input
and output buffer.
โ—Internal decoder to decode address
lines
Fig: R/W Static Memory
Memory Structure and its Requirements
*
EPROM : Chip must be programmed
before it can be used as ROM.
โ—4096 (4K) registers.
โ—Register store 8-bits
โ—8 input lines
โ—Internal decoder to decode address
lines.
โ—12 address lines(A11-A0),
โ— 1 chip select
โ— 1 Read control Signal lines to
enable output buffer.
Fig: EPROM
Basic concepts of Memory Interfacing
*
โ— 8085 places 16-bit address on address bus
โ— 11 low order address lines are required to
select the register for EPROM.
โ—Remaining 8085 address lines (A15-A11)
should be decoded to generate chip select.
โ—MEMRโ€™. MEMWโ€™ control signals that can be
used to enable buffer for read and write
operations.
โ—Memory places data byte from address
register during T2 and that is read by the
microprocessor before the end of T3.
Fig: Timing Diagram of Memory Write Cycle
Basic concepts of Memory Interfacing
*
Primary Function of memory
interfacing is that the microprocessor
should be able to read from and write
into a given register of a memory chip:
โ—Select the Chip
โ—Identify the register
โ—Enable the appropriate buffer.
Timing Diagram of 8085 Memory
Read/Write Machine Cycle allows to
understand microprocessor
interfacing concepts.
Fig: Timing Diagram of Memory Read
Cycle
Basic concepts of Memory Interfacing
*
Address Decoding and Memory Addresses
*
โ—EPROM Address Lines A11-A0 are connected to memory
chip.
โ—Remaining Address lines A15-A12 of 8085
microprocessor must be decoded.
โ—Two methods to decoding these lines:
โ—by NAND gate: Output of NAND gate is active and select
the chip only when all address lines A15-A12 are at logic1
โ—by using 3x8 Decoder: If enable line is active eight
different logic combination can be identified by output line
O7.E1 and E2 are enable by grounding and A15 must be
at logic 1.
A15 A14 A13 A12 A11 A10 A9 A8 A7 A6 A5 A4 A3 A2 A1 A0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0000H
Chip Select 1 1 1 1 1 1 1 1 1 1 1 1 0FFFH
Interfacing Circuit
*
Fig :
Interfacing Circuit
*
Fig: Interfacing Circuit using 3x8 Decoder to interface 2732 EPROM.
โ— The 8085 address lines A11-A0 are connected to the pins A11-A0 of the memory chip.
โ— Decoder decode A15-A12 and output O0 is connected to CEโ€™ which is asserted only
when A15-A12 is 0000 (A15 low enables decoder and input 000 asserts the output O0).
โ— One control signal MEMRโ€™ is connected to OEโ€™ to enable output buffer.
Interfacing Circuit
*
Fig: Address decoding and reading from
memory.
โ— Examine how 8085 places the
address 0FFFH on address
bus.
โ— The address 0000H goes to
decoder.
โ— Output line O0 of the decoder
selects the chip.
โ— Remaining address lines
FFFH goes on address lines
of the chip and the internal
decoder decodes the address
and selects the register
FFFH.
โ— When RDโ€™ is asserted the
output buffer is enabled and
the contents of register
0FFFH are places on the data
bus for the processor to read.
Interfacing 6116 Memory Chip with 2K Registers
*
โ— 11 Address lines A10-A0 to decode 2048K registers.
โ— Address lines A15-A11 are connected to decoder(which is enabled by IO/Mโ€™ signal in
addition to the address lines A15 and A14).
โ— RDโ€™ and WRโ€™ signals are directly connected to memory chip.
โ— MEMRโ€™ and MEMWโ€™ need not to be generated separately (this technique save two
gates).
โ— Memory Address Ranges from 8800H to 8FFFH.
โ— A13-A11(001) activate output O1 of decoder which is connected to CEโ€™ of memory chip
and it is asserted only when IO/Mโ€™ is low.
A15 A14 A13 A12 A11 A10 A9 A8 A7 A6 A5 A4 A3 A2 A1 A0
1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 8800H
Chip Select 1 1 1 1 1 1 1 1 1 1 1 1 8FFFH
Fig: Interfacing R/W Memory
8155 Memory Segment
*
Fig: 8155 Memory Section Block Diagram
โ— 8 Address lines.
โ— One CEโ€™.
โ— 5 Control and status signals (IO/Mโ€™, ALE,
RDโ€™, WRโ€™ and RESET).
Fig: 8155 Memory Section Internal Structure
โ— Includes 256x8 memory locations
โ— Internal latch for de-multiplexing
โ— CEโ€™, MEMR and MEMWโ€™ control
signals
Interfacing the 8155 Memory Segment
*
Fig: Interfacing 8155 Memory schematic
from SDK-85 System
โ— 8205, a 3x8 Decoder, decodes the
address lines A15-A11, O4 enables the
memory chip. Control and status signals from
8085 are connected to the respective signals
of memory chip.
โ— A7-A0 address any one of the 256
registers.
โ— A14-A15 are active low and third line is
permanently enable by tying it with +5V.
โ— A10-A8 are not connected(donโ€™t care
lines).
โ— O4 is low for following address.
A15 A14 A13 A12 A11 A10 A9 A8
0 0 1 0 0 0 0 0 20H
โ— Memory Address range is from 2000H to
20FFH (When donโ€™t care lines are at logic 0,
by convention it is called primary address
lecture 18PART 1  Memory Interfacing.pptx
lecture 18PART 1  Memory Interfacing.pptx
lecture 18PART 1  Memory Interfacing.pptx

More Related Content

Similar to lecture 18PART 1 Memory Interfacing.pptx

microprocessor .pptx
microprocessor .pptxmicroprocessor .pptx
microprocessor .pptx
Akshit Jain
ย 
EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...
EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...
EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...
NaWinNK
ย 
itft-8085 microprocessor
itft-8085 microprocessoritft-8085 microprocessor
itft-8085 microprocessor
Shifali Sharma
ย 

Similar to lecture 18PART 1 Memory Interfacing.pptx (20)

8085 (1)
8085 (1)8085 (1)
8085 (1)
ย 
8085 intro
8085 intro8085 intro
8085 intro
ย 
pin-diagram of 8085_new.ppt
pin-diagram of 8085_new.pptpin-diagram of 8085_new.ppt
pin-diagram of 8085_new.ppt
ย 
8085 microproceesor ppt
8085 microproceesor ppt8085 microproceesor ppt
8085 microproceesor ppt
ย 
8085 Architecture
8085 Architecture8085 Architecture
8085 Architecture
ย 
Ece 8085-microprocessor-ppt
Ece 8085-microprocessor-pptEce 8085-microprocessor-ppt
Ece 8085-microprocessor-ppt
ย 
8085
80858085
8085
ย 
8085
80858085
8085
ย 
8085 Interfacing with I/O Devices or Memory
8085 Interfacing with I/O Devices or Memory8085 Interfacing with I/O Devices or Memory
8085 Interfacing with I/O Devices or Memory
ย 
microprocessor .pptx
microprocessor .pptxmicroprocessor .pptx
microprocessor .pptx
ย 
8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description 8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description
ย 
Architecture and pin diagram of 8085
Architecture and pin diagram of 8085Architecture and pin diagram of 8085
Architecture and pin diagram of 8085
ย 
Ch3 ppt
Ch3 pptCh3 ppt
Ch3 ppt
ย 
16. memory interfacing ii
16. memory interfacing ii16. memory interfacing ii
16. memory interfacing ii
ย 
Microprocessor and Microcontroller.pdf
Microprocessor and Microcontroller.pdfMicroprocessor and Microcontroller.pdf
Microprocessor and Microcontroller.pdf
ย 
EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...
EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...
EEE- BEE603 - Microprocessor and Microcontroller- Mr K Dwarakesh_220819_18121...
ย 
itft-8085 microprocessor
itft-8085 microprocessoritft-8085 microprocessor
itft-8085 microprocessor
ย 
memory-interfacing.ppt
memory-interfacing.pptmemory-interfacing.ppt
memory-interfacing.ppt
ย 
architecture memory interfacing
architecture memory interfacingarchitecture memory interfacing
architecture memory interfacing
ย 
8051.ppt
8051.ppt8051.ppt
8051.ppt
ย 

Recently uploaded

VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...
SUHANI PANDEY
ย 
Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...
Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...
Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...
SUHANI PANDEY
ย 
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
SUHANI PANDEY
ย 
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
SUHANI PANDEY
ย 
Environmental Science - Nuclear Hazards and Us.pptx
Environmental Science - Nuclear Hazards and Us.pptxEnvironmental Science - Nuclear Hazards and Us.pptx
Environmental Science - Nuclear Hazards and Us.pptx
hossanmdjobayer103
ย 
VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...
VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...
VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...
SUHANI PANDEY
ย 

Recently uploaded (20)

CSR_Module5_Green Earth Initiative, Tree Planting Day
CSR_Module5_Green Earth Initiative, Tree Planting DayCSR_Module5_Green Earth Initiative, Tree Planting Day
CSR_Module5_Green Earth Initiative, Tree Planting Day
ย 
VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Uruli Kanchan ( Pune ) Call ON 8005736733 Starting From ...
ย 
Hertwich_EnvironmentalImpacts_BuildingsGRO.pptx
Hertwich_EnvironmentalImpacts_BuildingsGRO.pptxHertwich_EnvironmentalImpacts_BuildingsGRO.pptx
Hertwich_EnvironmentalImpacts_BuildingsGRO.pptx
ย 
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...
Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...
Call Girls Service Pune โ‚น7.5k Pick Up & Drop With Cash Payment 8005736733 Cal...
ย 
Call Girls Jejuri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Jejuri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Jejuri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Jejuri Call Me 7737669865 Budget Friendly No Advance Booking
ย 
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
ย 
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
ย 
Call Girls Moshi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Moshi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Moshi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Moshi Call Me 7737669865 Budget Friendly No Advance Booking
ย 
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
ย 
Environmental Science - Nuclear Hazards and Us.pptx
Environmental Science - Nuclear Hazards and Us.pptxEnvironmental Science - Nuclear Hazards and Us.pptx
Environmental Science - Nuclear Hazards and Us.pptx
ย 
Call Girls Budhwar Peth Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Budhwar Peth Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Budhwar Peth Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Budhwar Peth Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Kondhwa ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Kondhwa ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Kondhwa ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Kondhwa ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
DENR EPR Law Compliance Updates April 2024
DENR EPR Law Compliance Updates April 2024DENR EPR Law Compliance Updates April 2024
DENR EPR Law Compliance Updates April 2024
ย 
VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...
VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...
VIP Model Call Girls Charholi Budruk ( Pune ) Call ON 8005736733 Starting Fro...
ย 
RATING SYSTEMS- IGBC, GRIHA, LEED--.pptx
RATING  SYSTEMS- IGBC, GRIHA, LEED--.pptxRATING  SYSTEMS- IGBC, GRIHA, LEED--.pptx
RATING SYSTEMS- IGBC, GRIHA, LEED--.pptx
ย 
Deforestation
DeforestationDeforestation
Deforestation
ย 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
ย 
Call Girls in Sakinaka Agency, { 9892124323 } Mumbai Vashi Call Girls Serivce...
Call Girls in Sakinaka Agency, { 9892124323 } Mumbai Vashi Call Girls Serivce...Call Girls in Sakinaka Agency, { 9892124323 } Mumbai Vashi Call Girls Serivce...
Call Girls in Sakinaka Agency, { 9892124323 } Mumbai Vashi Call Girls Serivce...
ย 
Cheap Call Girls in Dubai %(+971524965298 )# Dubai Call Girl Service By Rus...
Cheap Call Girls  in Dubai %(+971524965298 )#  Dubai Call Girl Service By Rus...Cheap Call Girls  in Dubai %(+971524965298 )#  Dubai Call Girl Service By Rus...
Cheap Call Girls in Dubai %(+971524965298 )# Dubai Call Girl Service By Rus...
ย 

lecture 18PART 1 Memory Interfacing.pptx

  • 1.
  • 2. 8085 interfacing with memory Chips * Microprocessor need to access memory quite frequently to read instructions and data stored in memory; the interface circuit enables that access. The interface process involves designing a circuit that will match the memory requirements with the microprocessor signal.[Memory has certain signal requirements to read from and write into memory. Similarly Microprocessor initiates the set of signals when it wants to read from and write into memory].
  • 3. Memory Structure and its Requirements * R/W Memory: Group of Registers. Figure Shows: โ—2048 registers โ—Register store 8-bits โ—8 input, 8-output lines โ—11 address lines(AD10-AD0), 1 chip select, 2 control lines to enable input and output buffer. โ—Internal decoder to decode address lines Fig: R/W Static Memory
  • 4. Memory Structure and its Requirements * EPROM : Chip must be programmed before it can be used as ROM. โ—4096 (4K) registers. โ—Register store 8-bits โ—8 input lines โ—Internal decoder to decode address lines. โ—12 address lines(A11-A0), โ— 1 chip select โ— 1 Read control Signal lines to enable output buffer. Fig: EPROM
  • 5. Basic concepts of Memory Interfacing * โ— 8085 places 16-bit address on address bus โ— 11 low order address lines are required to select the register for EPROM. โ—Remaining 8085 address lines (A15-A11) should be decoded to generate chip select. โ—MEMRโ€™. MEMWโ€™ control signals that can be used to enable buffer for read and write operations. โ—Memory places data byte from address register during T2 and that is read by the microprocessor before the end of T3. Fig: Timing Diagram of Memory Write Cycle
  • 6. Basic concepts of Memory Interfacing * Primary Function of memory interfacing is that the microprocessor should be able to read from and write into a given register of a memory chip: โ—Select the Chip โ—Identify the register โ—Enable the appropriate buffer. Timing Diagram of 8085 Memory Read/Write Machine Cycle allows to understand microprocessor interfacing concepts. Fig: Timing Diagram of Memory Read Cycle
  • 7. Basic concepts of Memory Interfacing *
  • 8. Address Decoding and Memory Addresses * โ—EPROM Address Lines A11-A0 are connected to memory chip. โ—Remaining Address lines A15-A12 of 8085 microprocessor must be decoded. โ—Two methods to decoding these lines: โ—by NAND gate: Output of NAND gate is active and select the chip only when all address lines A15-A12 are at logic1 โ—by using 3x8 Decoder: If enable line is active eight different logic combination can be identified by output line O7.E1 and E2 are enable by grounding and A15 must be at logic 1. A15 A14 A13 A12 A11 A10 A9 A8 A7 A6 A5 A4 A3 A2 A1 A0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0000H Chip Select 1 1 1 1 1 1 1 1 1 1 1 1 0FFFH
  • 10. Interfacing Circuit * Fig: Interfacing Circuit using 3x8 Decoder to interface 2732 EPROM. โ— The 8085 address lines A11-A0 are connected to the pins A11-A0 of the memory chip. โ— Decoder decode A15-A12 and output O0 is connected to CEโ€™ which is asserted only when A15-A12 is 0000 (A15 low enables decoder and input 000 asserts the output O0). โ— One control signal MEMRโ€™ is connected to OEโ€™ to enable output buffer.
  • 11. Interfacing Circuit * Fig: Address decoding and reading from memory. โ— Examine how 8085 places the address 0FFFH on address bus. โ— The address 0000H goes to decoder. โ— Output line O0 of the decoder selects the chip. โ— Remaining address lines FFFH goes on address lines of the chip and the internal decoder decodes the address and selects the register FFFH. โ— When RDโ€™ is asserted the output buffer is enabled and the contents of register 0FFFH are places on the data bus for the processor to read.
  • 12. Interfacing 6116 Memory Chip with 2K Registers * โ— 11 Address lines A10-A0 to decode 2048K registers. โ— Address lines A15-A11 are connected to decoder(which is enabled by IO/Mโ€™ signal in addition to the address lines A15 and A14). โ— RDโ€™ and WRโ€™ signals are directly connected to memory chip. โ— MEMRโ€™ and MEMWโ€™ need not to be generated separately (this technique save two gates). โ— Memory Address Ranges from 8800H to 8FFFH. โ— A13-A11(001) activate output O1 of decoder which is connected to CEโ€™ of memory chip and it is asserted only when IO/Mโ€™ is low. A15 A14 A13 A12 A11 A10 A9 A8 A7 A6 A5 A4 A3 A2 A1 A0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 8800H Chip Select 1 1 1 1 1 1 1 1 1 1 1 1 8FFFH Fig: Interfacing R/W Memory
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21. 8155 Memory Segment * Fig: 8155 Memory Section Block Diagram โ— 8 Address lines. โ— One CEโ€™. โ— 5 Control and status signals (IO/Mโ€™, ALE, RDโ€™, WRโ€™ and RESET). Fig: 8155 Memory Section Internal Structure โ— Includes 256x8 memory locations โ— Internal latch for de-multiplexing โ— CEโ€™, MEMR and MEMWโ€™ control signals
  • 22. Interfacing the 8155 Memory Segment * Fig: Interfacing 8155 Memory schematic from SDK-85 System โ— 8205, a 3x8 Decoder, decodes the address lines A15-A11, O4 enables the memory chip. Control and status signals from 8085 are connected to the respective signals of memory chip. โ— A7-A0 address any one of the 256 registers. โ— A14-A15 are active low and third line is permanently enable by tying it with +5V. โ— A10-A8 are not connected(donโ€™t care lines). โ— O4 is low for following address. A15 A14 A13 A12 A11 A10 A9 A8 0 0 1 0 0 0 0 0 20H โ— Memory Address range is from 2000H to 20FFH (When donโ€™t care lines are at logic 0, by convention it is called primary address