top of page
PROJECTS
Bytecode Virtual Machine
Created a bytecode interpreter, a virtual machine, that acts like the assembly code for an imaginary processor. A stack-based bytecode interpreter for a simple instruction set. Instead of using registers like a register-based bytecode interpreter, a stack-based interpreter pushes temporary values onto an operand stack.
Please reload
bottom of page