Minecraft name:
FoxSylvWhat do you like the most about redstone?
Every problem is like a miniature puzzle, and the tools of redstone are the building blocks to make a solution. Trying to find (and then optimize) a solution is incredibly fun.What’s a thing you have made which demonstrates redstone knowledge?
8 bit ALU.What does the thing do?
Accepts two 8 bit inputs and one 4-bit opcode. A list of operations with their corresponding opcode is listed here (also viewable in a lectern at the build itself):0000 - NOP
0001 - NOR
0010 - SUB
0011 - DEC
0100 - ADD
0101 - SHR
0110 - XOR
0111 - NAND
1000 - AND
1001 - XNOR
1010 - SHL
1011 - NEG
1100 - INC
1101 - SAR
1110 - OR
1111 - NOT
Image(s) and/or video(s) of the device:
(This is a screenshot of my
Student
plot btw, so you can visit it directly if the picture’s too grainy)
What do you plan on making for your build trial?
4-bit ALU. Planned operataions are ADD, OR, XOR, AND, NOT, NOR, XNOR, NAND. If you’d like more, I can throw in some more free of charge
.