/virtual-machine

Implementation of an own stack, virtual machine, profiler, assembler, and example opcode to run in this machine.

Primary LanguageC++MIT LicenseMIT

Implementation of a virtual machine

This code was developed with the purpose of comprehending the operations of a virtual machine. It includes a parser and profiler capable of interpreting basic machine code instructions and executing them within a dedicated virtual machine with its stack.

Virtual Machine + Opcode for the fibonacci numbers