Category: Electronics

Building an 8 Bit CPU from Scratch – Part II

Building the Registers Last time in this series, we built the clock module (as a reminder, we are following Ben Eater’s project). Now, we move on to building the registers. Our 8-bit CPU will have 2 registers, A and B, and an instruction register. The registers A and B...

Building an 8 Bit CPU from Scratch – Part I

Wait, Building a CPU? Some time ago, I listened to one of Scott Hanselman’s podcast, hanselminutes, and he was interviewing Ben Eater. This man was on the show because of his tutorial and project on how to build an 8 bit CPU from scratch. That definitely caught my attention....