Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDillenburg committed Aug 25, 2020
1 parent 06eca9d commit ba0d133
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Computer-from-Scratch
Designing a computer from scratch. The only components that I didn't made were the ports.
# Circuit
A computer basic circuit using made only using logic ports.

*This repository is part of a bigger project: developing a computer from scratch. Check it out [here](https://github.com/Open-Machine/)!*

#### Todo
- [ ] Signed integer
Expand All @@ -10,14 +12,15 @@ Designing a computer from scratch. The only components that I didn't made were t
- [ ] Own RAM

// TODO: add images of the Circuit for each

// TODO: it's too basic and if I was talking to a child

---

# 🔖 Table of Contents
- [📖 How does a computer work behind the curtains?](#how-does-a-computer-work-behind-the-curtains)
- [Code](#machine-code-and-assembly)
- [▶️ Execute the machine and your program](#steps-to-run-the-machine-with-your-program)
- [Circuit](#circuit)
- [🔖 Table of Contents](#-table-of-contents)
- [[WIP] How does a computer work behind the curtains?](#wip-how-does-a-computer-work-behind-the-curtains)

---

Expand Down

0 comments on commit ba0d133

Please sign in to comment.