8-Bit Adder
0 Stars     2 Views    

Author: Lucca Gandra Ventura

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: Jun 11, 2024

Updated: Jun 11, 2024


Comments

You must login before you can post a comment.