83 2's Compliment Subtractor

83 : 0b 001 010 011 : 2’s Compliment Subtractor

Select Project 1 2 3 4 5 6 7 8 9 ON SW2
  • Author: Naman Garg and Aryan Chaudhary
  • Description: Subtracts two 4-bit binary numbers using 2’s complement subtraction method
  • GitHub repository
  • Wokwi project
  • Extra docs
  • Clock: 0 Hz
  • External hardware:

How it works

Explain how your project work “It uses 4 full adder circuits made by using XOR and AND gates.”

How to test

Explain how to test your project “enter two 4 bit binary numbers in the inputs to try it out.”

IO

# Input Output
0 A0 segment a
1 A1 segment b
2 A2 segment c
3 A3 segment d
4 B0 segment e
5 B1 segment f
6 B2 segment g
7 B3 dot