Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danfalcon225/binary_full_adder

This program is a simulation of ALU operation process. The program enable user to add two bytes(8 bits) and produce the result. Addition of each bit will go through to the adder, which includes specific logic gates
https://github.com/danfalcon225/binary_full_adder

binary logicgates python

Last synced: 21 days ago
JSON representation

This program is a simulation of ALU operation process. The program enable user to add two bytes(8 bits) and produce the result. Addition of each bit will go through to the adder, which includes specific logic gates

Awesome Lists containing this project

README

        

# Binary_Full_Adder
This program is a simulation of ALU opertation process. The program enable user to add two bytes(8 bits) and produce the result. Addition of each bit will go through to the adder, which includes specific logic gates