Intel 8086: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz (New page: {{subpages}} <!-- Text is transcluded from the BASEPAGENAME/Definition subpage-->) |
George Swan (talk | contribs) (first draft) |
||
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 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. |
Revision as of 10:39, 25 March 2022
The intel 8086, and the closely related 8088, were early cpus, 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.