Puedes seguirnos en

BUSCADOR

Engineering

Difference between 8085 and 8086

The 8085 microprocessor was a beast when it was released. It was an 8 bit microprocessor which could access a total on 64Kb of memory, which was amazing in those days. But then just two years later this processor was replaced with a much faster and powerful processor, the 8086.

Here is the difference between both of them:

[one_half]

Intel 8085

Anuncio publicitario
    • 8-bit microprocessor.
    • 16-bit long address bus & access 64 KB memory.
    • It has not pipelining.
    • It has not segmented memory.
    • It has only 8 software interrupts.
    • It has integrated clock generator and bus controller.
    • It operates in single processor mode.

[/one_half]

[one_half_last]

Intel 8086

    • 16-bit microprocessor.
    • 20-bit long address bus & access 1 MB memory.
    • It has pipelining.
    • It has segmented memory.
    • It has 256 software interrupts.
    • It need to interface clock generator and bus controller externally.
    • It operates in single & multi-processor modes.

[/one_half_last]

Anuncio publicitario
Escrito por

Administrador de ENGGDRCAOS. Canal dedicado especialmente a la formación del estudiante que aspira a ser ingeniero. Todos los videos son Ingles. Apasionado del universo Apple, estudiante de Ingeniería y Gamer por vocación.

Publicidad

ARTÍCULOS RELACIONADOS

Engineering

Singly linked list is a type of list which uses dynamic representation rather than a much simpler and versatile static representation. Dynamic representation is...

Engineering

Queue is a very useful data structure. Various features of operating system are implemented using queue. Scheduling of processes (Round Robin Algorithm) Spooling (to...

Engineering

Stack is a LIFO(Last in first out) structure. Stack can be represented using an one-dimensional array which can hold the elements of a stack....

Engineering

Pipelining is the technique used to enable instruction to complete with each clock. On a non-pipelined processor, nine clock cycles are required for the...