Add (Ternary)

From T729 Balanced Ternary Computer
Revision as of 17:44, 10 March 2025 by MrDyne (talk | contribs)
Jump to navigationJump to search

Add

Uses

Adds two inputs and a carry in together. Outputs sum and carry out.

Negating the B input will result in a subtraction.

Truth Tables

A B Ci Co S
- - - - 0
- - 0 - +
- - + 0 -
- 0 - - +
- 0 0 0 -
- 0 + 0 0
- + - 0 -
- + 0 0 0
- + + 0 +
0 - - - +
0 - 0 0 -
0 - + 0 0
0 0 - 0 -
0 0 0 0 0
0 0 + 0 +
0 + - 0 0
0 + 0 0 +
0 + + + -
+ - - 0 -
+ - 0 0 0
+ - + 0 +
+ 0 - 0 0
+ 0 0 0 +
+ 0 + + -
+ + - 0 +
+ + 0 + -
+ + + + 0