Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 16 submissions in the queue.

Submission Preview

Link to Story

Reverse-engineering the interrupt circuitry in the Intel 8086 processor

Accepted submission by owl at 2023-02-22 13:25:04
Hardware
http://www.righto.com/2023/02/8086-interrupt.html [righto.com]

Interrupts have been an important part of computers since the mid-1950s,1 providing a mechanism to interrupt a program's execution. Interrupts allows the computer to handle time-critical tasks such as I/O device operations. In this blog post, I look at the interrupt features in the Intel 8086 (1978) and how they are implemented in silicon, a combination of interesting circuitry and microcode.


Original Submission