Skip to content

Commit

Permalink
Grammar changes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nughm authored Feb 21, 2024
1 parent 8faaf3e commit f4a1742
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
@@ -1,4 +1,4 @@
Little Man Computer simulator that uses the basic LMC instruction set (LDA, STA, ADD, SUB, BRA, etc...) with registered displayed.
Little Man Computer simulator that uses the basic LMC instruction set (LDA, STA, ADD, SUB, BRA, etc...) with registers displayed.

HOW TO RUN CODE:
- Type in code
Expand All @@ -10,5 +10,5 @@ FEATURES:
- The "PAUSE" button allows for the simulation to be paused (hence the name!)
- If the simulation is still running but the user wants it to be stopped so that the LMC code can be edited, the "RESET" button can be pressed
- The "HYPER" button removes the animation from the simulation and makes it so the program works like a typical LMC simulator
- The "WAIT" button allow for the program to be paused automatically after each step (Fetch step, Execute step), pressing pause will not disable the auto pause, but will resume the simulation until the next step.
- The "WAIT" button allows for the program to be paused automatically after each step (Fetch step, Execute step), pressing pause will not disable the auto-pause, but will resume the simulation until the next step.
- (WIP) Tutorial and multiple choice quiz on the Von Neumann Architecture and the Fetch Decode Execute Cycle.

0 comments on commit f4a1742

Please sign in to comment.