it seems like he finally truly quit
wtf lol ? im cant understand lmao
i believe 1's compliment is just logical negation, and as far as i'm aware, it doesnt work. i dont know of any case where 2's compliment isnt used for arithmetic negation, and you are correct that little extra circuitry is required, you just need to invert one of the inputs and set the carry bit high
idk what is compliment haha
@INFINITY-BOI If you use 2's compliment you can display negative numbers as well as process them, which is an advantage I guess. Also, in the full adder the carry in is already there so you don't really need to do much extra wiring to use 2's compliment in an ALU. I don't know how 1's compliment works though so I can't say which is better
@Blane , actually it works normally lol
this appears to use one's compliment for negation, which doesnt work with arithmetic.. you should use two's compliment, my ALU allows for two's compliment negation, its what im pretty sure everyone uses. its a bit more complicated than one's compliment negation because instead of just negating all the bits, you actually negate them then add 1. you can do that pretty easily though by just enabling the carry bit input