Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 700 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 700 Bytes

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 (or load my example code!)
  • Press Submit on the bottom left
  • If no error is given press run code

FEATURES:

  • Change the speed of the dots with the "<<" and ">>"
  • 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 "PAUSE" then "RESET" button can be pressed
  • Tutorial of the VN Architecture is also in the program, and can be accessed by pressing the Von Neumann Explanation button