Click the green flag to run the program stored in the list "Instructions". You can import text files into this list when using "See inside", allowing you to use a normal text editor to create programs. It's loaded by default with a fizzbuzz program.
This is a mostly stack based virtual machine, but it could also be called an assembly interpreter. This runs a very basic version of assembly, which can be found in the code. TODO: Terminal UI