answersLogoWhite

0

The 8085 is an 8 bit microprocessor. It cannot directly handle 32 bit data. That said, it is possible to write a routine that can handle 32 bit data, just 8 bits at a time.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is HL pair in 8085 microprocessor?

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


What is h-L in the Intel 8085?

HL is a register pair that is used to store 16-bit data in 8085 Microprocessor


What is the Overview of 8085 microprocessor?

8085 is a 8 bit microprocessor designed by Intel Co.


How many bits in 8085 microprocessor?

The 8085 is an 8-bit microprocessor. Even though there are some 16-bit registers (BC, DE, HL, SP, PC), with some 16-bit operations that can be performed on them, and a 16-bit address bus, the accumulator (A), the arithmetic logic unit (ALU), and the data bus are 8-bits in size, making the 8085 an 8-bit computer.


Why a 16-bit microprocessor8086 with an 8-bit memory?

The 8086/8088 microprocessor family is a 16 bit microprocessor. The 8086 implementation also has a 16 bit data bus, but the 8088 implementation has an 8 bit data bus, comparable to the 8085. The 8088 implementation was intended as a logical upgrade from the 8085, while keeping the complexity of the system on an equal footing as the 8085.


Why 8085 cannot be 16-bit microprocessor?

Because it is an 8-bit microprocessor.


Why the 16 bit 8085 microprocessor is not possible?

The 8085 was replaced with the 8086/8088. As such, there is no 16 bit version of the 8085.


What is the meaning of lhld in 8085 microprocessor?

In the 8085 microprocessor, the instruction LHLD stands for "Load H and L Direct." It is used to load the registers H and L with a 16-bit data stored at a specified memory address. The instruction takes a 16-bit address as its operand, and the content of that address and the next sequential address are loaded into the L and H registers, respectively. This operation is useful for retrieving data from memory into these registers for further processing.


What is the difference between the Intel 8085 and the Intel 8086?

The Intel 8085 is an 8 bit microprocessor created in 1977.The Intel 8086 is a 16 bit microprocessor created in 1978. The 8086 was the first chip to start the x86 architecture family.8085 contains 16-bit address bus and 8-bit data bus8086 contains 20-bit address bus and 16-bit data bus..In 8085 the clock speed is 3MHZwhere as in 8086 the clock speed is 5MHZ.there are two differences btw 8085&80861. 8086 has 6 byte queue but 8085 has 4 byte queue2. 8086 has 16 bit data bus where as 8085 has 8 bit data bus


How many bit input is given to a microprocessor?

8 bit input is given to Intel 8085 microprocessor.


What is the flowchart of 8085 microprocessor for sawtooth on oscilloscope?

(start) load control bit in control register load 00h in accumulator loop:out it to port a increment a repeat loop


Why all the 16 address lines are not act as a data lines in 8085 microprocessor?

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