8-Bit Adder
0 Stars     4 Views    

Author: Banana Slug

Forked from: Quantyer/8-Bit Adder

Project access type: Public

Description:

8-Bit Adder
This 8-Bit Adder is made out of normal Full Adder and they are made out of Half Adder. Normaly the Adder is part of the ALU (Arithmetic Logic Unit) witch does all the math in a modern Prozessor. Things to know about the Adder:
  • With Carry in and outCan Add two Numbers between 1 and 255
  • The Result can be with Carry out between 1 and 511(without between 1 and 255)
  • Expandable to a Subtractor 

Created: Apr 03, 2020

Updated: Apr 03, 2020


Comments

You must login before you can post a comment.