So i know how a computer works (adders, registers, etc), but am looking for a good tutorial on how to transalte that into redstone. Anyone?
(Preferably an 8 but tutorial, but anything goes)
(Also, no command blocks. Im lookin at YOU, commandblockguy!)
I am hoping for either some logic gates and registers, or a full working cpu. Also if anyone on here is willing to waste time on me, my dms are open on discord for this exact purpose.
(Preferably an 8 but tutorial, but anything goes)
(Also, no command blocks. Im lookin at YOU, commandblockguy!)
I am hoping for either some logic gates and registers, or a full working cpu. Also if anyone on here is willing to waste time on me, my dms are open on discord for this exact purpose.


It can do everything you really need: addition, subtraction, bitwise functions, and determine zero/carry/overflow.
I use a similar design (but single output) to store the stack in side the CPU.