You are on page 1of 2

Lab No 10

USMAN INSTITUTE OF TECHNOLOGY


Department of Computer Science
Computer Organization & Assembly Language – CS223

10
Instructor: Muhammad Wasim
Semester: BS – IV

Objective:

1. Understanding with Proteus


2. Simulation and implementation of Binary 2’s complement adder

Name of Student: _____________________________________________

Roll No: ______________________________Sec. __________

Date of Experiment: ___________________________________________

Marks Obtained/Remarks: _____________________________

Signature: _____________________________

1
Lab No 10

Theory
To form the 2’s complement of a number, first take the 1’s complement and then add
1. The 2’s complement of 10110 is 01001 + 1 = 01010. A shorter method is to start at the least significant bit and,
moving to the left, leave each bit the same until the first 1 is passed. Then change each bit thereafter.

Do It Yourself

Implement and test the following circuit on Proteus.

You might also like