The 8086 processor's microcode pipeline from die analysis
http://www.righto.com/2023/01/the-8086-processors-microcode-pipeline.html [www.righto.com]
2023-01-27 18:28
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.
One in a series looking at 8086.
http://www.righto.com/2023/02/silicon-reverse-engineering-intel-8086.html
http://www.righto.com/2023/01/reverse-engineering-conditional-jump.html
http://www.righto.com/2023/01/counting-transistors-in-8086-processor.html
http://www.righto.com/2023/01/inside-8086-processors-instruction.html
http://www.righto.com/2022/11/how-8086-processors-microcode-engine.html
http://www.righto.com/2022/11/a-bug-fix-in-8086-microprocessor.html
http://www.righto.com/2022/11/the-unusual-bootstrap-drivers-inside.html
http://www.righto.com/2023/01/reverse-engineering-intel-8086.html
http://www.righto.com/2023/03/8086-register-codes.html
http://www.righto.com/2023/02/how-8086-processor-determines-length-of.html
http://www.righto.com/2023/02/8086-modrm-addressing.html
http://www.righto.com/2023/02/8086-interrupt.html
http://www.righto.com/2023/03/8086-multiplication-microcode.html