Adder

From Rice Wiki
Revision as of 15:13, 22 April 2024 by Rice (talk | contribs) (Created page with "The '''ADD''' operator is the fundamental instruction of many arithmetic operations (such as subtract, multiply, divide, and modulo). = Input and output = ''ADD'' takes in two binary digits. It then outputs the result, which consists of a digit and a carry. In contrast to the above, which is a '''half adder''', a '''full adder''' has an additional input: '''carry-in''', which modifies the result.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ADD operator is the fundamental instruction of many arithmetic operations (such as subtract, multiply, divide, and modulo).

Input and output

ADD takes in two binary digits. It then outputs the result, which consists of a digit and a carry.

In contrast to the above, which is a half adder, a full adder has an additional input: carry-in, which modifies the result.