^ UP
The VM lives here!

A quick start to see what this system can do, is to:

  1. Go to the top row
  2. Choose Assembler
  3. Select Summation.vms and load it
    Optionally, you can load the contents of Summation.vms into the viewer to see what it contains!
  4. Choose Runner at the top row again
  5. Press step 4 times
  6. And see the program run until completion!

However, this file is pre-assembled, since the assembler is currently in the works, if you want to test out other examples, you will have to write an ad-hoc assembler for that given program, like I have done for Summation.vmo.

Also, NOTE: This is just here to see if it could be hosted, it is missing many a feature like Assembler, Disassembler, proper sign/zero extension, and more.