mef — 12/21/2023, 6:13:18 PM

yeah you might be strange but are you strange enough to design a binary adder with logic gates on paper and then test it by making it in your graphing calculator just because you’re bored??

1 -> A
0 -> B
1 -> C
{ (A and B) or (A and C) or (B and C), ((A and B) and C) or ((A xor B) xor c) }

output: { 1 0 }
♥ 7 ↩ 0 💬 2 comments

comments

pkmnq:

closest I did was https://esolangs.org/wiki/Talk:3_Bits,_3_Bytes#Longest_running_program

12/22/2023, 1:54:56 AM
owl:

yes

12/21/2023, 10:23:11 PM