Skip to content

g0mb4/tvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy Virtual Machine

A toy virtual machine for the tas project.

alt text

Usage of tvm

Use "File -> Open" to load a binary file, then press "Step" for stepping or "Run" to run the program until it halts.

Command line usage

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>

Compilation of tvm

The project is built using Qt5, so the best way to compile it is using QtCreator.

About

Toy Virtual Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published