Yet another lc3-based virtual machine
Based on this tutorial.
The main goal is to simply propagate multiple implementations of the same vm and learn a little bit about innerworkings of virtual machines.
By convention, the first part is written in C, the second one is to be written in Java.
Warning
VM is not working properly yet, hopefully i'll be able to fix it as soon as possible.