8 bit CPU in Minecraft

Schematic Download: This is an 8 bit CPU i made in Minecraft. It has 32 lines of rom, and a 32 tick clock. That means, it executes a line of code every 3.2 seconds. All made with only redstone, no command blocks or mods. The Functions it has are: - ADD - SUB - AND - NAND - NOR - XNOR - RSHIFT - BEQ (branch if equal to) - BGT (branch if greater than) - USO (user output) - USI (user input) With these functions, i have made a multiplic
Back to Top