/SImple-VM

It is a simple virtual machine created using C++.

Primary LanguageC++

SImple-VM

It is a simple virtual machine created using C++.

This Repository demonstrates the simple working of a virtual machine which is inspired from LC-3 Virtual Machine (https://justinmeiners.github.io/lc3-vm/supplies/lc3-isa.pdf)

Assembly Language Support with Trap Execution has not been added yet but can execute simple instructions.