this post was submitted on 31 Mar 2025
21 points (100.0% liked)

retrocomputing

4629 readers
84 users here now

Discussions on vintage and retrocomputing

founded 2 years ago
MODERATORS
 

Most people think of machine instructions as the fundamental steps that a computer performs. However, many processors have another layer of software underneath: microcode. With microcode, instead of building the processor's control circuitry from complex logic gates, the control logic is implemented with code known as microcode, stored in the microcode ROM. To execute a machine instruction, the computer internally executes several simpler micro-instructions, specified by the microcode. In this post, I examine the microcode ROM in the original Pentium, looking at the low-level circuitry.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here