Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonioberna/computer-architecture-engineering
Computer Architecture Engineering (Digital Electronics, Assembly and C)
https://github.com/antonioberna/computer-architecture-engineering
assembly c computer-architecture digital
Last synced: 22 days ago
JSON representation
Computer Architecture Engineering (Digital Electronics, Assembly and C)
- Host: GitHub
- URL: https://github.com/antonioberna/computer-architecture-engineering
- Owner: AntonioBerna
- License: gpl-3.0
- Created: 2024-06-29T00:12:07.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T18:45:32.000Z (about 1 month ago)
- Last Synced: 2025-01-02T19:36:08.674Z (about 1 month ago)
- Topics: assembly, c, computer-architecture, digital
- Language: C
- Homepage:
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Computer Architecture Engineering# computer-architecture-engineering
![GitHub License](https://img.shields.io/github/license/AntonioBerna/computer-architecture-engineering)
![GitHub Created At](https://img.shields.io/github/created-at/antonioberna/computer-architecture-engineering)
![GitHub repo size](https://img.shields.io/github/repo-size/antonioberna/computer-architecture-engineering)> [!WARNING]
> This repository is unfinished. Keep your expectations low.> [!WARNING]
> All the `*.c` files with `pdf/*.pdf` file in the same directory are finished. The other ones is unfinished.## mini docs
Inside the `C/` directory there are no build files, such as `Makefile`, `CMakeLists.txt` or for the more nostalgic `build.sh`, this is because I recently created the `roma` software to compile projects anywhere on your computer.
## tools
- [Karnaugh Map Solver](https://www.charlie-coleman.com/experiments/kmap/)
- [roma](https://github.com/AntonioBerna/roma)
- [cppcheck](https://cppcheck.sourceforge.io/)
- [Digital](https://github.com/hneemann/Digital)
- [z64sim](https://github.com/alessandropellegrini/z64sim)
- [TeXmacs](https://www.texmacs.org/tmweb/home/welcome.en.html)
- [Computer Science from the Bottom Up](https://www.bottomupcs.com/index.html)