Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danfalcon225/binary_full_adder
- Owner: DanFalcon225
- Created: 2022-02-03T20:28:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T20:38:40.000Z (almost 3 years ago)
- Last Synced: 2024-04-22T20:34:18.268Z (8 months ago)
- Topics: binary, logicgates, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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