Now THIS... THIS thing, right here, can handle numbers up to 5.3 billion, simply by incrementing from 1. The Bin>Dec derivative display can only get so large, so it just resets after 128 back to 1. Unpause to watch it go... Enjoy! :D
electronic
r33seselec
Comments
-
now make it increment in 2 ways
-
+1 coooooooooooool
-
*ADNM.
-
Adndm: Fixed
-
Update: Compacted down the BIN > DEC module; constant reuploads to make sure it was wokring.
-
@1985s, It's okay, it got unpublished immediately
-
uh bro sorry, but your save got stolen, id:2670156
-
The top input takes the input value you give it and passes it through (AND) FILT and changes the (XOR) FILT ctype to that same value, while the bottom input takes the input value you give it and passes it through (XOR) FILT and does the same to the (AND) FILT above, just like in a half adder where the bottom input goes through the XOR gate and the AND gate and vice versa for the top input.
-
@MadScientist14, If you're actually curious, I can explain. The incrementor is just an adder that takes a constant of 1 and a variable (x), where x is added to 1 once every "cycle." They're added together with simple FILT logic, and slightly clever wiring. It uses basic half-adder logic. The Ctype of the top input is the always the same value as the (XOR) FILT on the bottom, and the Ctype of the bottom input is always the same as the (AND) FILT on the top.
-
Howwwwwwwwwww