8086 Microcode Explorer
nand2mario.github.io·2d·
Discuss: Hacker News
⚙️RISC-V Microcode
Preview
Report Post

Browse all 512 micro-instructions. Hover the Binary, Move, and Action columns for decoded details and color-coded bit fields.

Source: Andrew Jenner’s 8086 microcode disassembly, based on Ken Shirriff’s die photo.

Author: @nand2mario — December 2025

The Intel 8086 executes its machine instructions through microcode. This viewer presents an interactive listing of all 512 micro-instructions in the control ROM. Each micro-instruction is 21 bits wide, addressed by a 13-bit micro-address, and split into two parts: a Move field, which moves data between internal registers, and an Action field, which controls ALU operations, memory cycles, branching, and other control signals.

The microcode address is composed of two fields: the upper 9 bits AR and…

Similar Posts

Loading similar posts...