answersLogoWhite

0

the 8085 microprocessor is a 8-bit microprocessor and these are bidirectional but the address lines are unidirectional.these address lines are used to address the location of the instruction in memory .these data lines are used to transfer data between processor and peripheral devices. when the address of the instruction will be recognized by the address lines the data will be send to the processor

therefore the 16 address lines are not act as a data lines in 8085

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many Address lines and data lines of microprocessor and microcontroller?

Microprocessor has 16 address lines and microcontroller has 20 address lines


How many data lines in 8086?

There are eight datalines, D0 through D7, in the 8085 microprocessor. They are shared, or multiplexed with the eight low order address lines, A0 through A7, and are called AD0 through AD7 on the pinout drawing.


What is HL pair in 8085 microprocessor?

HL is a register pair used to store 16 bit of data in 8085 microprocessor.


What is microprocesser 8085?

microprocessor 8085 is basic 8 bit microprocessor by Intel Corp. it has 64Kb memory and 16 address buses and 8 data buses it has 40 pin ic. 8 address and 8 data buses are multiplexed with each other for reducing the total number of pins from the microprocessor 8085 . it require 5MHz clock frequency for operation. only a crystal which connected easily across two pins of microprocessor can provide this clock.


What is the basic construction of microprocessor?

1)address lines to refer to the address of a block 2)data lines for data transfer 3)IC chips 4 processing data


What are the basics of microprocessor?

1)address lines to refer to the address of a block 2)data lines for data transfer 3)IC chips 4 processing data


What is the addressing mode of the instruction PCHL in 8085 microprocessor?

It is register addressing mode, as it moves the content of HL to PC which is data and not address.


How is demultiplexing done in 8085 microprocessor?

it is nothing


Why does microprocessor 8086 has 16 data bus and 20 address bus why aren't they equal?

The 8086 has 16 data bus lines and 20 address bus lines because that is how Intel designed it. They wanted a processor that was more powerful than the 8085, which has an 8 bit data bus and a 16 bit data bus, so they increased both bus sizes accordingly.


How many Address line of 8085 microprocessor?

There are 20 address lines and 16 data lines in the 8086 microprocessor. The low order 16 address lines are multiplexed with the data lines. Some of the high order address lines are multiplexed with status lines.


Explain the need to demultiplex the bus AD7-AD0 in 8085 microprocessor?

The AD0-AD7 lines in an 8085 are multiplexed to reduce the pin count of the IC. Several added features were added to the 8085 from the 8080 design, and Intel did not want to require a larger package.


How do you find average of three numbers in 8085 microprocessor code in a given address and data?

You add the three numbers, then divide the result by 3.