You must login before you can post a comment.
Author: Loukas
Forked from: Loukas/8-bit full adder
Project access type: Public
Description:
A simple 8-bit full adder / substractor.
S will compute the result of A + B or A - B
Use 7 bit numbers in subtraction mode (at least for B, to prevent an overflow).
Created: Dec 13, 2023
Updated: Dec 13, 2023
Comments