Pharaoh
25th Apr 2015
18th Sep 2015
This is the first time I've dabbled with computer circuitry, so I hope you enjoy. This is a summation or addition calculator, and can handle 16-bit numbers.
electronic
filt
aray
circuit
adder
logic
gates
Comments
-
Summer 2016 just ended :(
-
@Pharaoh well if you would make this smaller you could make this into a core for a simplified calculator? Instead of a binary input you'll have different keys and so on.
-
@Pharaoh: oh, that's what i meant. And 11111111+00000001 seems to work properly.
-
ok next challenge: a 32-bit winter eheheheheh
-
11111111 + 00000001 should work, did you mean 1111111111111111 + 0000000000000001?
-
@Elite01: it reads overflow, because actual result is 100000000 and output is a 8-bit number.
-
is it broken? 11111111 + 00000001 outputs something weird...
-
@xteric, this wasn't really meant to be compact, but thank you for your suggestion. I just published this because I was proud that I finally figured out the basic concept xD
-
Oh and I forgot! I were able to transfer current via the inwr to the output without using filt. So maybe it's possible to do that here. check it out here: id:1776390
-
I don't know. But maybe you could make this smaller by not using so much filt. I found out when working on my microchip that ARAY based INWR scanning dosen't need filt and because of that I shrunk my chip by more than 100 pixels (as a microchip, that's pretty much)