diff --git a/README.md b/README.md index cb66c74..d80cda7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -

Circuit - from Open Machine

+

Open Machine's Circuits

-Stars Badge -Forks Badge -Pull Requests Badge -Issues Badge -GitHub contributors -License Badge +Stars Badge +Forks Badge +Pull Requests Badge +Issues Badge +GitHub contributors +License Badge open-machine @@ -18,26 +18,27 @@
-#### Todo -- [X] Signed integer -- [ ] Float -- [ ] Division circuit and command -- [ ] Own Registers -- [ ] Clock -- [ ] 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 -#### 1. [💻 How does a computer work behind the curtains?](#how-does-a-computer-work-behind-the-curtains) -#### 2. [🔢 Machine Code](#machine-code) -#### 3. [▶️ Execute the machine](#️-execute-the-machine) -#### 4. [📄 Contributing Guidelines](#contributing-guidelines) +### 1. [✔ Todo](#-todo) +### 2. [💻 How does a computer work behind the curtains?](#-how-does-a-computer-work-behind-the-curtains) +### 3. [🔢 Machine Code](#-machine-code) +### 4. [▶️ Execute the machine](#️-execute-the-machine) +### 5. [📄 Contributing Guidelines](#-contributing-guidelines) + +--- + +# ✔ Todo +- [X] 8 bit core +- [X] 16 bit core +- [X] Signed integer +- [ ] Float +- [ ] Division circuit and command +- [ ] Custom registers +- [ ] Custom clock +- [ ] Custom RAM ---