Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohan-bharatia/virtual-computer
A 4-bit CPU designed using a string of only AND and NOT logic gates simulated in C++
https://github.com/rohan-bharatia/virtual-computer
Last synced: 2 days ago
JSON representation
A 4-bit CPU designed using a string of only AND and NOT logic gates simulated in C++
- Host: GitHub
- URL: https://github.com/rohan-bharatia/virtual-computer
- Owner: Rohan-Bharatia
- License: mit
- Created: 2024-07-23T16:43:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T16:47:23.000Z (4 months ago)
- Last Synced: 2024-07-23T19:46:19.077Z (4 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual-Computer
A 4-bit CPU designed using a string of only AND and NOT logic gates simulated in C++## LICENSE
This repository is under an [MIT License](https://github.com/Rohan-Bharatia/Virtual-Computer/blob/main/LICENSE)