Nibbler – Getting the parts organized

The circuit for the 4-bit computer called Nibbler is simple. It only has 17 ICs, which means it can be easily assembled on a prototype board with wirewrap sockets. Or so I thought. First, it’s tough to find the variety of wire wrap sockets needed. Amazon actually sells a few, but you have to watch … Read moreNibbler – Getting the parts organized

A 4-bit Computer

Introduction I recently (like a few months ago) stumbled onto an article about the Nibbler. It’s a 4-bit computer built out of discrete logic. There is no microprocessor, so this is lower level than slapping together a minimal system with a Z-80. Here’s the original article if you want to see what I’m attempting: Nibbler … Read moreA 4-bit Computer

Programming the GAL22V10

In previous blog posts, I showed how the GAL16V8 operated and how to program it (see here and here).  In this blog post, I’m going to discuss the differences between the 16V8 and the 22V10. Here’s the specification sheet for the GAL22V10: Lattice GAL22V10 Specifications. On first inspection, both devices look identical, except for the … Read moreProgramming the GAL22V10

Building an ALU From EPROM – The Circuit

When I wrote my blog post about building an ALU from an EPROM, I intended to use an EPROM from my old bag of parts.  Unfortunately, none of my old UV erasable PROMs worked with the programmer.  I’m assuming they are old and not usable.  So I purchased a pair of 28C64’s from Jameco Electronics.  … Read moreBuilding an ALU From EPROM – The Circuit