Skip to content

Commit

Permalink
📝 DOCS: Improve Run documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDillenburg authored Sep 29, 2020
1 parent aec78fe commit b6ea795
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,9 @@ You can watch [this video](https://www.youtube.com/watch?v=NAITQqdOw7c) as an in
3. Open Main file on the left side of Logisim

### II. Program the circuit
1. Run the circuit. Follow [these](#) steps
2. Paste the executable code into the beginning of the RAM. You may want to change some values of the memory as if you were initializing variables.
1. Right-click on the RAM component and select ```Edit Contents```
2. Paste the machine code you wrote at the beginning of the RAM
3. You may want to change some values of the memory as if you were initializing variables

### III. Run the circuit
3. Run the Program by navigating the menu: *```Simulate -> Enable 'Ticks Enabled'```*
Expand Down

0 comments on commit b6ea795

Please sign in to comment.