rehsdJun 20, 20221 min read8-bit CPUEater 8-bit CPU Emulator for my 65816 SystemTo practice my 65816 assembly, and refresh myself on Ben's 8-bit CPU... And an emulator running inside an emulator... 🙂 On my Windows...
rehsdFeb 17, 20224 min read8-bit CPUWalkthrough: PC Interface for Eater 8-bit CPULast year, I had completed my 8-bit CPU, based on Ben Eater's video series. At the end of this project, I added a couple of Arduinos --...
rehsdDec 7, 20211 min readFPGAVHDL 8-bit CPU - Runtime RAM UpdatesI have added UART support to my VHDL 8-bit CPU, along with a Windows application that allows retrieving and setting RAM values at...
rehsdNov 27, 20212 min readFPGAVHDL 8-Bit CPU (Ben Eater edition) Working!As a continuation of FPGA VHDL Implementation of Ben Eater's 8-bit CPU - Progress Update, here's another update on my 8-bit CPU in VHDL...
rehsdNov 20, 20211 min readFPGAFPGA VHDL Implementation of Ben Eater's 8-bit CPU - Progress UpdateI've been working on a VHDL implementation of Ben Eater's 8-bit CPU. I have VHDL modules built for the clock, registers, bus, RAM, ROM,...
rehsdNov 17, 20212 min readFPGAConnecting VHDL to MicroBlazeContinuing my project of building Ben Eater's 8-bit CPU on an FPGA, I created the clock module in VHDL. I connected that VHDL to a...