https://github.com/royroki/circuit
In this video, I walk you through the inner workings of my custom-built 8-bit computer. From fetching instructions to executing binary addition, I cover how essential components like RAM, registers, and the ALU work together.
https://github.com/royroki/circuit
8bitcomputer binary computerarchitecture cpu hardware
Last synced: 4 months ago
JSON representation
In this video, I walk you through the inner workings of my custom-built 8-bit computer. From fetching instructions to executing binary addition, I cover how essential components like RAM, registers, and the ALU work together.
- Host: GitHub
- URL: https://github.com/royroki/circuit
- Owner: RoyRoki
- Created: 2024-09-06T20:35:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T08:21:16.000Z (about 1 year ago)
- Last Synced: 2025-07-02T08:45:27.175Z (12 months ago)
- Topics: 8bitcomputer, binary, computerarchitecture, cpu, hardware
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π₯οΈ Exploring My Custom 8-bit Computer
In this video, I walk you through how my custom-built 8-bit computer works. From fetching instructions to executing binary addition, youβll get a clear view of how simple components like RAM, registers, and the ALU come together to perform operations.
I've used hex input to simplify binary data input and explain every step of the process. Watch till the end to see the final result displayed on my 3-digit display!
## πΊ Watch the Video
[](https://www.youtube.com/watch?v=YpLBAJZ57EM)
## π Key Topics Covered
β
**Data bus and address bus**
β
**16-byte RAM**
β
**Instruction register and program counter**
β
**Performing addition in the ALU**
β
**Understanding the fetch-execute cycle**
If youβre interested in learning more about how computers process basic instructions, this is the video for you! π
## πΌοΈ Screenshots
Here are some snapshots from the video to give you a preview:

.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
---
## π₯οΈ Run the Circuit with Logisim Evolution
To simulate and run this circuit, you can use [Logisim Evolution](https://github.com/logisim-evolution/logisim-evolution), an open-source digital logic simulator. It allows you to design and test digital circuits interactively.
### π Stay Connected
π¬ If you have any questions or thoughts, drop a comment on the video!
π Don't forget to like and subscribe if you enjoyed it!
Happy computing! π»π