Show HN: I built an 8-bit CPU simulator in Python from scratch

Status
Not open for further replies.
S

sql-hkr

Guest
I built a tiny 8-bit CPU simulator in Python to better understand how computers work at a low level. It visualizes registers, memory, and instructions in real-time, so you can actually see each operation as it happens. You can write simple assembly code and watch how the CPU executes it step by step.
The project is mainly for learning and experimentation, but I’d love feedback or ideas for improvement.



Comments URL: https://news.ycombinator.com/item?id=45694272

Points: 65

# Comments: 17
 
Status
Not open for further replies.
Top