A quick start to see what this system can do, is to:
- Go to the top row
- Choose Assembler
-
Select
Summation.vmsandloadit
Optionally, you can load the contents ofSummation.vmsinto the viewer to see what it contains! - Choose Runner at the top row again
-
Press
step4 times - 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.