Intel 8086: Difference between revisions

From Citizendium
Jump to navigation Jump to search
(first draft)
(correcting link to CPU)
Line 1: Line 1:
{{subpages}}
{{subpages}}
The intel 8086, and the closely related 8088, were early [[cpu]]s, from [[intel]].  The 8088 was the CPU that powered the original [[IBM PC]].
The intel 8086, and the closely related 8088, were early [[Central processing unit|CPU]]'s, from [[intel]].  The 8088 was the CPU that powered the original [[IBM PC]].


The 8086 and the 8088 executed identical instruction sets, but differed in the size of their data bus.  The 8088 was slower, since it only had an 8-bit data bus, while the 8086 had a 16-bit data bus.  This meant operations on 16 bit numbers would always require an extra clock cycle.
The 8086 and the 8088 executed identical instruction sets, but differed in the size of their data bus.  The 8088 was slower, since it only had an 8-bit data bus, while the 8086 had a 16-bit data bus.  This meant operations on 16 bit numbers would always require an extra clock cycle.


Both CPUs could address 1 megabyte of memory, in contrast to intel's earlier 8080, which could only address 64 kilobytes of memory.
Both CPUs could address 1 megabyte of memory, in contrast to intel's earlier 8080, which could only address 64 kilobytes of memory.

Revision as of 12:32, 25 March 2022

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

The intel 8086, and the closely related 8088, were early CPU's, from intel. The 8088 was the CPU that powered the original IBM PC.

The 8086 and the 8088 executed identical instruction sets, but differed in the size of their data bus. The 8088 was slower, since it only had an 8-bit data bus, while the 8086 had a 16-bit data bus. This meant operations on 16 bit numbers would always require an extra clock cycle.

Both CPUs could address 1 megabyte of memory, in contrast to intel's earlier 8080, which could only address 64 kilobytes of memory.