Tiny Core Linux

Off-Topic => Off-Topic - Tiny Core Lounge => Topic started by: 3_bit on May 27, 2012, 03:33:27 PM

Title: transistor computer command set writing
Post by: 3_bit on May 27, 2012, 03:33:27 PM
This is pretty off topic... But I'm making a computer from transistors that will have 3-bit commands, 3 bit addresses, and 3-bit data. I want it to be versatile, maybe even able to run a text interface. It is being built in Minecraft. All I'm asking for is a stripped-down command set that can be used to write an OS-running device.
Title: Re: transistor computer command set writing
Post by: bmarkus on May 27, 2012, 03:36:04 PM
Afraid no way with 3 bits.
Title: Re: transistor computer command set writing
Post by: tsaukpaetra on September 10, 2012, 09:06:11 PM
Even though that would be impressive, creating a CPU from scratch (and then loading it with a program) would take more than what most would consider worth it.
You would need the CPU, some sort of memory, interpreter logic, communications bus to go between the three, and something to do with all of that.
Something that would have a text interface would be virtually insurmountable, because you would need again another processor with memory (to hold the video bitmap, and the font bitmap).
Estimate for a 3-bit computer, 3 bit addresses for 3 bit characters (really?) I would estimate approximately 4500 placed redstone, 3200 pistons, 2000 repeaters, 40 glowstone (for indicator/output), 12 levers, 2 pushbuttons.
But if you do manage to do it, You should be able to land a job in just about any electrical engineering job ;)

Gook luck!
Title: Re: transistor computer command set writing
Post by: bmarkus on September 11, 2012, 09:58:28 AM
First make an emulator to verify concept.