Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)