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-electronics reverse-engineering
Last synced: about 1 year 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-03T19:47:00.000Z (about 1 year ago)
- Last Synced: 2025-01-13T03:31:47.191Z (about 1 year ago)
- Topics: assembly, c, computer-architecture, digital-electronics, reverse-engineering
- Language: C
- Homepage:
- Size: 17.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Computer Architecture Engineering
# 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)