0% found this document useful (0 votes)
4 views1 page

Binary Adder

The document describes a 4-bit adder-subtractor circuit that combines addition and subtraction using an exclusive-OR gate with each full adder. When the mode input (M) is '0', the circuit functions as an adder, and when M is '1', it operates as a subtractor by complementing the B inputs and adding a carry. This allows the circuit to perform A plus B or A plus the 2's complement of B based on the mode input.

Uploaded by

avinashtwr699
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Binary Adder

The document describes a 4-bit adder-subtractor circuit that combines addition and subtraction using an exclusive-OR gate with each full adder. When the mode input (M) is '0', the circuit functions as an adder, and when M is '1', it operates as a subtractor by complementing the B inputs and adding a carry. This allows the circuit to perform A plus B or A plus the 2's complement of B based on the mode input.

Uploaded by

avinashtwr699
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Binary Adder-Subtractor

The Arithmetic micro-operations like addition and subtraction can be


combined into one common circuit by including an exclusive-OR gate with
each full adder.

The block diagram for a 4-bit adder-subtractor circuit can be represented as:

o When the mode input (M) is at a low logic, i.e. '0', the circuit act as an
adder and when the mode input is at a high logic, i.e. '1', the circuit act
as a subtractor.
o The exclusive-OR gate connected in series receives input M and one of
the inputs B.
o When M is at a low logic, we have B⊕ 0 = B.
The full-adders receive the value of B, the input carry is 0, and the circuit
performs A plus B.
o When M is at a high logic, we have B⊕ 1 = B' and C0 = 1.
The B inputs are complemented, and a 1 is added through the input
carry. The circuit performs the operation A plus the 2's complement of B.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy