Hey, it's been a while since I've been active here, which is really something I should do something about. So how about posting this project I've been working on lately here? Sounds like a plan!
Recently I got a bunch of wires, breadboards and logic ICs (4070 (xor), 4071 (or), 4081 (and) and 4539 (4-input mux) to be precise), with which I'm planning on making a (probably) 8-bit computer. Currently, I'm working on figuring out how to most efficiently make it - breadboards are really quick but a cluster**** of wires, perfboards are pretty neat but cost lots of time to make, and I suck at designing PCBs and they are a hassle to make.
I already have a working 2-bit ALU (arithmetic logic unit, the calculaty part of a processor) on a breadboard, which can be expanded easily, and I'm working on making the same 2-bit ALU on a perfboard, to see how that turns out. I should be able to connect those two versions together to get a messy 4-bit ALU, I suppose. I'll see!
The ALU I'm working with currently has the ability to invert either of the inputs, a carry in/out and three functions (AND, OR and ADD) which can be combined to do lots of stuff. For example, to subtract, carry in has to be enabled and input B has to be inverted.
Anyway, I currently don't have any nice non-shaky pictures or videos to show, I'll take a few of those with some precious daylight tomorrow.
Recently I got a bunch of wires, breadboards and logic ICs (4070 (xor), 4071 (or), 4081 (and) and 4539 (4-input mux) to be precise), with which I'm planning on making a (probably) 8-bit computer. Currently, I'm working on figuring out how to most efficiently make it - breadboards are really quick but a cluster**** of wires, perfboards are pretty neat but cost lots of time to make, and I suck at designing PCBs and they are a hassle to make.
I already have a working 2-bit ALU (arithmetic logic unit, the calculaty part of a processor) on a breadboard, which can be expanded easily, and I'm working on making the same 2-bit ALU on a perfboard, to see how that turns out. I should be able to connect those two versions together to get a messy 4-bit ALU, I suppose. I'll see!
The ALU I'm working with currently has the ability to invert either of the inputs, a carry in/out and three functions (AND, OR and ADD) which can be combined to do lots of stuff. For example, to subtract, carry in has to be enabled and input B has to be inverted.
Anyway, I currently don't have any nice non-shaky pictures or videos to show, I'll take a few of those with some precious daylight tomorrow.