[019] Instruction Set Decoding! (Part 1) - Building a CPU From Scratch

Опубликовано: 03 Октябрь 2024
на канале: rj45 Creates
4,211
108

I dive into the new instruction set architecture I have been designing and start implementing a decoding circuit for it!



This is in a CPU built from scratch using Digital, a digital logic simulator we can use to build a CPU that can run on an FPGA.

If you would like to support this work and encourage me to make more videos:
https://ko-fi.com/rj45_creates

Get the program I am using here: https://github.com/hneemann/Digital/r...
Get the assembler I am using here: https://github.com/hlorenzi/customasm


Digital Logic Introduction:
Exploring How Computers Work -    • Exploring How Computers Work  
How Do Computers Remember? -    • How Do Computers Remember?  


Deeper dive into how to build a computer from scratch:
Ben Eater's 8-bit Breadboard Computer -    • 8-bit computer update