A toy virtual machine for the tas project.
Use "File -> Open" to load a binary file, then press "Step" for stepping or "Run" to run the program until it halts.
You can use the command line intarface to load a file:
tvm <binary_file>
or you can run the program on start:
tvm --start <binary_file>
The project is built using Qt5, so the best way to compile it is using QtCreator.