Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Added speed controls

Compare
Choose a tag to compare
@margual56 margual56 released this 09 Nov 15:19
· 25 commits to master since this release

Added the ability to speed up / slow down the speed of the simulation.

Controls:

  • spacebar -> pause/resume (or restart if the execution has finished)
  • right arrow -> Advance just one instruction forward
  • enter -> Jump to the end of the execution
  • r -> Stop, load a new program and run it
  • ESC -> Exit cleanly
  • + -> Increase speed
  • - -> Decrease speed
  • = -> Restore initial speed