Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imihajlow/ccpu
A 8-bit computer made of 74xx series logic gates and memory ICs.
https://github.com/imihajlow/ccpu
8bit assembler compiler computer cpu electronics linker logic-gates vga-controller
Last synced: 3 months ago
JSON representation
A 8-bit computer made of 74xx series logic gates and memory ICs.
- Host: GitHub
- URL: https://github.com/imihajlow/ccpu
- Owner: imihajlow
- License: other
- Created: 2019-12-22T21:45:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T12:00:07.000Z (11 months ago)
- Last Synced: 2024-09-30T06:01:38.833Z (3 months ago)
- Topics: 8bit, assembler, compiler, computer, cpu, electronics, linker, logic-gates, vga-controller
- Language: Assembly
- Homepage: https://qdiv.dev/posts/ccpu/
- Size: 9.89 MB
- Stars: 134
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPL
Awesome Lists containing this project
README
A 74xx discrete logic IC-based computer.
Folder structure:
* `doc` - documentation
* `model` - Verilog model and test benches
* `boards` - KiCAD designs of the computer
* `tools` - various tools: ALU generator, assembler, linker, compiler, simulator.
* `app` - software tests and applications