Last Sync: 2022-11-29 07:00:05

This commit is contained in:
tactonbishop 2022-11-29 07:00:05 +00:00
parent 5bc846fabd
commit 7f337fcf2c

View file

@ -49,7 +49,6 @@ The symbol for the half adder is displayed below
It has two inputs and two ouputs:
| Input | Input | Output | Output |
| ---------------------------- | ----------------------------- | ----------- | ----------------- |
| A | B | S | C_out |
| ---------------------------- | ----------------------------- | ----------- | ----------------- |
| The first number to be added | The second number to be added | The sum bit | The carry-out bit |