You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a student project created by Karolina Kacprzycka in 2017 for Programming Basics course.
About
A C++ Virtual Machine (VM) and Assembly Language Interpreter for simple arithmetic and control flow operations. Write, save, and run assembly programs with this virtual machine. The repository contains a program class for program generation and a virtual machine class for execution, along with a user-friendly interface in Polish.