KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
computer
★ 8
Open GitHub ↗
A simple computer made from scratch
Download README (.md)
Explore Similar Repositories
awesome-BTC-embedded
:
A list of projects using Bitcoin on embedded devices.
spring-cloud-example
:
Example for Spring cloud (netflix OSS, spring cloud)
sign_xcorr
:
audio signal cross correlation using FFT
betas
:
UW Data 515 Spring 2019 - Final Project
akaza
:
A cool Whitespace language implementation in Ruby.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
computer
?
Download (.md)
# A computer build from scratch 8 bit registers with 16 bit memory addresses. The available commands are listed in [COMMANDS.md](./COMMANDS.md). ## Roadmap - [x] build the computer in [logisim] - [x] micro instructions can be decoded using `cargo run -p mirco <opcode>` - [x] build an assembler targeting this architecture ([rock]) - [x] build an emulator ([remu]) - [x] create a high level language which can be compiled to this architecture ([boulder]) - [ ] build it in real life [logisim]: http://www.cburch.com/logisim [rock]: ./rock/README.md [remu]: ./remu/README.md [boulder]: ./boulder/README.md