All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Interactive 8086 Microcode Browser: Exploring the Original Intel Processor's Internal Architecture

By

zdw

5mo ago· 2 min readenNews

Summary

A developer has created an interactive online browser for the 8086 microprocessor's microcode ROM, based on extensive research and notes taken while studying the original 8086 chip. The project emerged from work on recreating the 8086 with a design faithful to the original, which led to deep exploration of the microcode extracted and disassembled by Andrew Jenner in 2020. The browser provides interactive access to the entire 8086 microcode, revealing the subtle behavior hidden below the assembly layer in microcoded CPUs.

Key quotes

· 5 pulled
Since releasing 486Tang, I've been working on recreating the 8086 with a design that stays as faithful as possible to the original chip.
That exploration naturally led me deep into the original 8086 microcode — extracted and disassembled by Andrew Jenner in 2020.
Like all microcoded CPUs, the 8086 hides a lot of subtle behavior below the assembly layer.
While studying it I kept extensive notes, and those eventually evolved into something more useful: an interactive browser for the entire 8086 microcode ROM.
So here it is: the online 8086 microcode browser.
Snippet from the RSS feed
Since releasing 486Tang, I’ve been working on recreating the 8086 with a design that stays as faithful as possible to the original chip. That exploration naturally led me deep into the original 8086 microcode — extracted and disassembled by Andrew Jenner

You might also wanna read