Build an 8-bit computer from scratch
eater.net
Build an 8-bit computer from scratch
1–10 of 56 posts
Re: Build an 8-bit computer from scratch
#2What fascinates me is that, even with a full design under my belt which works in simulation, computation remains somewhat magical to me.
Re: Build an 8-bit computer from scratch
#3Re: Build an 8-bit computer from scratch
#4Re: Build an 8-bit computer from scratch
#5I followed along with the clock module and when I was done I had a Matrix style "I know kungfu" moment - it all was crystal clear. And the series doesn't brush over important details (like dealing with flaky inputs that would cause extra clock pulses etc) so even though I still don't know all the math needed for electronics, I'm far more confident in making my own stuff!
Re: Build an 8-bit computer from scratch
#6Edit: asking because there's so many to choose from https://en.wikipedia.org/wiki/Category:Z80-based_home_comput...
Re: Build an 8-bit computer from scratch
#7 "You need to enable JavaScript to view this site."
I was expecting an interactive 8-bit computer simulation webapp, but all I got was something that could've been several pages on a static site. More disappointingly, it apparently requires a very "modern" browser to view :-(In my experience, to see this sort of anti-accessibility from someone who knows the "low-level" enough to build CPUs successfully is unusual, but unfortunately getting more prevalent. The others I'm aware of, http://www.homebrewcpu.com/ and https://www.bigmessowires.com/bmow1/ , have far more accessible sites.
Edit: looks like others here think accessibility is not a concern anymore. That's really disappointing, especially for low-level stuff.
Re: Build an 8-bit computer from scratch
#8I’m sure a lot of this stuff is basic to people here, but to a software guy, I’ve found his channel invaluable for understanding how computers work at an electronics level and also just wildly fascinating.
Re: Build an 8-bit computer from scratch
#9Re: Build an 8-bit computer from scratch
#10The first time I built a computer from scratch using TTL components was in 1978 for my senior project. I have repeated the effort a couple of times on FPGA's. If you have never tried building your own computer from scratch, you should, it is a great learning experience and also, kind of a lot of fun, I guess if you are a geek which a lot of us on HN are :)