Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

The 8086 processor's microcode pipeline from die analysis

Accepted submission by owl at 2023-04-13 12:49:29
Hardware
https://www.righto.com/2023/01/the-8086-processors-microcode-pipeline.html [righto.com]

Intel introduced the 8086 microprocessor in 1978, and its influence still remains through the popular x86 architecture. The 8086 was a fairly complex microprocessor for its time, implementing instructions in microcode with pipelining to improve performance. This blog post explains the microcode operations for a particular instruction, "ADD immediate". As the 8086 documentation will tell you, this instruction takes four clock cycles to execute. But looking internally shows seven clock cycles of activity. How does the 8086 fit seven cycles of computation into four cycles? As I will show, the trick is pipelining.


Original Submission