Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasalmaas/breadboard-computer
https://github.com/jonasalmaas/breadboard-computer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasalmaas/breadboard-computer
- Owner: JonasAlmaas
- Created: 2023-10-29T15:47:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T15:55:52.000Z (10 months ago)
- Last Synced: 2024-04-16T04:58:58.895Z (9 months ago)
- Language: C++
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breadboard Compute
- [Registers](docs/registers.md)
- [Instruction Set](docs/instruction-set.md)
- [Control Signals](docs/control-signals.md)
- [Micro Instructions](docs/micro-instructions.md)
- [Assembler](Assembler/README.md)## Physical Layout
![Physical Layout](img/physical_layout.jpg)## Data Flow
![DataFlow](img/data-flow.jpg)## Resources
[Simple-As-Possible Computer](https://en.wikipedia.org/wiki/Simple-As-Possible_computer)