Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDillenburg authored Sep 29, 2020
1 parent 293c65c commit aec78fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
### 1. [💻 How does a computer work behind the curtains?](#-how-does-a-computer-work-behind-the-curtains)
### 2. [🔢 Machine Code](#-machine-code)
### 3. [🔀 Code Flow and Tips](#-code-flow-and-tips)
### 4. [👨🏻‍💻 Machine Code Example](#-machine-code-example)
### 4. [⌨️ Machine Code Example](#-machine-code-example)
### 5. [▶️ Run](#️-run)
### 6. [📄 Contributing Guidelines](#-contributing-guidelines)

Expand Down Expand Up @@ -168,7 +168,7 @@ One way of doing it would be:
<br/>
# 👨🏻‍💻 Machine Code Example
# ⌨️ Machine Code Example
The following assembly code gets two numbers from input and outputs the sum of them. If the sum is greater than zero it will output zero.
*ps: Remember to change the input before starting the clock simulation, because the ```input``` instruction doesn't wait for anything to happen to get the input data.*
Expand Down

0 comments on commit aec78fe

Please sign in to comment.