Nibbler 4 Bit CPU (2013)
bigmessowires.com
Nibbler 4 Bit CPU (2013)
1–10 of 35 posts
Re: Nibbler 4 Bit CPU (2013)
#2Re: Nibbler 4 Bit CPU (2013)
#3Re: Nibbler 4 Bit CPU (2013)
#4Re: Nibbler 4 Bit CPU (2013)
#5Nibbler 4 Bit CPU - https://news.ycombinator.com/item?id=10379017 - Oct 2015 (19 comments)
Re: Nibbler 4 Bit CPU (2013)
#6For something you could build with today's part catalog, without going all the way to an FPGA, doing the ALU in a GAL parts might be both amusing and educational.
Re: Nibbler 4 Bit CPU (2013)
#7Re: Nibbler 4 Bit CPU (2013)
#8It was a very fun experience. And we liked the project very much.
It has a very small and concise schematics which makes it very easy and clear how CPU really works.
P.S.: the original simulator is written in C++/CLI (a .net flavour of c++), so I decided to refresh the project (to c#, it was easier to translate than to port to native c++), and added a real 1602-display simulator which looks nicer and support a “graphic” mode. You can play with it here https://github.com/omgtehlion/nibbler-sim
Re: Nibbler 4 Bit CPU (2013)
#9Re: Nibbler 4 Bit CPU (2013)
#10For those who don't know, the name is taken from https://en.wikipedia.org/wiki/Nibble