rehsdSep 4, 20224 min read16-bit CPU16-bit Processor Build - Initial Assembly (cont.)Continued from 16-bit Processor Build - Initial Assembly... 4 September, 2022 I have assembled two new PCBs. One PCB covers add,...
rehsdSep 2, 20222 min read16-bit CPUInterrupt Support for My 16-bit ProcessorI am researching how to best implement interrupt support for my 16-bit processor. I received some nice input in this Reddit discussion...
rehsdAug 15, 20223 min read16-bit CPU16-bit Processor Build - Design Work, part 2Continued from 16-bit Processor Build - Design Work, part 1... Currently-planned Instructions My current plan is to have approximately 40...
rehsdJul 29, 20228 min read16-bit CPU16-bit Processor Build - Initial AssemblyI have started the hardware build of my 16-bit processor. In this running post, I will share progress updates and lessons learned as I...
rehsdJul 20, 20229 min read16-bit CPU16-bit Processor Build - Design Work, part 1As I have my VHDL-based prototype of my 16-bit processor running, I am now starting the design work on an actual hardware implementation....
rehsdJul 9, 20221 min read16-bit CPUBuilding an Assembler for My 16-bit ProcessorI have started building an assembler for my 16-bit processor (prototyping in VHDL, later will implement in hardware). Initial assembler...
rehsdJun 24, 20226 min read16-bit CPUBuilding a 16-bit CPU on an Arty Z7-20I am hoping to learn more about processors by building a 16-bit processor. I previously built an 8-bit processor based on Ben Eater's...
rehsdJun 22, 20222 min read16-bit CPU16-Bit Processor (Approach to Bus and Modules)I have previously built an 8-bit processor (my 8-bit) using Ben Eater's video series. Since then, I have been spending time on 6502 and...