This project aims to implement a virtual machine with registers and a stack that execute machine code specified inside an array of integers.
More details inside file progetto_labprog2019_v2.pdf(Italian).
Makefile provided. To execute call vm_exe followed by a provided .cvm file.