Intel-8080
- Let's Write a Simple Intel 8080 Disassembler
Dec 3, 2018
7 min readWhile being knocked down with a pretty nasty cold, I decided to start taking a stab at writing an emulator for the Intel 8080 microprocessor. The first step to doing this was coming up with a disassembler for the 8080's architecture. Here's a really simple way we could go about implementing such a thing.Read More (7 Minute Read)