09-20-2016, 06:37 PM
(This post was last modified: 09-20-2016, 09:08 PM by RedstoneHero.)
Application:
Minecraft name: RedstoneHero
What do you like the most about redstone?: The complexetie
What's a thing you have made which demonstrates redstone knowledge?: a Algerithmic Logical Unit
What does it do?: It bassicaly is a calculator with some logical port's in it
Image and/or video, from imgur.com or youtube.com: http://imgur.com/gallery/neXLR
What do you plan on making for your build trial?: Depand's on the time I have. If I have much time a Line Drawer. If not an ALU
Do you agree with the rules?: Yes I do
Term: Used For:
Carry In: Add's one to the hole number - This is used for subtraction
Carry Out: Is kinda of the overflow - Is used to know if the output is positive or negative
Flood Carry: Overflowing the Carry - Creating XOR
OR: Created by FC and Disabeling the AND gate - Creating OR
NAND: Created by OR and Inverting A+B - Creating a NAND
AND: Created by NAND and Invert Output - Creating a AND
XNOR: Created by XOR and Invert Output - Creating a XNOR
Functions:
AND, NAND, XOR, XNOR, FC, !B, !A, A - B, B - A,Cin , Cot and !Output
ALU test:
OR:
0101
0011
---- =
0111
XOR:
0101
0011
---- =
0110
AND:
0101
0011
---- =
0001
XNOR:
0101
0011
---- =
1001
NAND:
0101
0011
---- =
1110
Minecraft name: RedstoneHero
What do you like the most about redstone?: The complexetie
What's a thing you have made which demonstrates redstone knowledge?: a Algerithmic Logical Unit
What does it do?: It bassicaly is a calculator with some logical port's in it
Image and/or video, from imgur.com or youtube.com: http://imgur.com/gallery/neXLR
What do you plan on making for your build trial?: Depand's on the time I have. If I have much time a Line Drawer. If not an ALU
Do you agree with the rules?: Yes I do
Term: Used For:
Carry In: Add's one to the hole number - This is used for subtraction
Carry Out: Is kinda of the overflow - Is used to know if the output is positive or negative
Flood Carry: Overflowing the Carry - Creating XOR
OR: Created by FC and Disabeling the AND gate - Creating OR
NAND: Created by OR and Inverting A+B - Creating a NAND
AND: Created by NAND and Invert Output - Creating a AND
XNOR: Created by XOR and Invert Output - Creating a XNOR
Functions:
AND, NAND, XOR, XNOR, FC, !B, !A, A - B, B - A,Cin , Cot and !Output
ALU test:
OR:
0101
0011
---- =
0111
XOR:
0101
0011
---- =
0110
AND:
0101
0011
---- =
0001
XNOR:
0101
0011
---- =
1001
NAND:
0101
0011
---- =
1110