answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why the 16 bit 8085 microprocessor is not possible?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why 8085 cannot be 16-bit microprocessor?

Because it is an 8-bit microprocessor.


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.


What is HL pair in 8085 microprocessor?

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


Study of 8085 microprocessor kit?

16 bit addition


Why microprocessor 8085 has 16 bit address lines?

Because that's how Intel designed it. The 8085 is an 8-bit computer operating on a 16-bit address space.


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.


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 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


Why microcomputer system based on 8 bit microprocessor have 64K memory?

Even though the 8085 is an 8 bit microprocessor, it can address 64K memory, because it has a 16 bit address bus.


Why memory capacity of 8085 mp is 64 KB?

The memory capacity of the 8085 microprocessor is 64 kb because the address bus is 16 bits, and you can address 216, or 64kb, with a 16 bit address bus.


How the Intel give number to their 8085 and 8086 microprocessor?

Intel named the 8085 after the 8080. The 5 means it runs on a single +5V power supply, as opposed to the 8080 which needed +5V, -5V, and +12V. The predecessors of the 8085 were the 8080, 8008, 4040, and 4004. Intel named the 8086/8088 after the 8085. It was considered the logical continuation of the 8085 family, but as a true 16-bit processor. The 8086 is a 16-bit computer running on a 16-bit bus. The 8088 is the same 16-bit computer, but it runs on an 8-bit bus, and it was the heart of the first IBM PC.


How many location can be accessed by 8085 microprocessor?

The 8085 microprocessor can access 65536 (2^16) locations in memory, and 256 (2^8) locations in I/O space.