Intel 8086: Difference between revisions
Jump to navigation
Jump to search
George Swan (talk | contribs) (first draft) |
Pat Palmer (talk | contribs) (correcting link to CPU) |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
The intel 8086, and the closely related 8088, were early [[ | 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 11:32, 25 March 2022
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.