Skip to content

💻 A lightweight virtual machine interpreter implemented in C++.

Notifications You must be signed in to change notification settings

lafayettegabe/TinyVM-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyVM-Interpreter

TinyVM-Interpreter is a lightweight virtual machine interpreter implemented in C++. It's a simple implementation designed for understanding the fundamentals of virtual machines and instruction execution. I created this project for my Systems Programming Class as a hands-on way to explore system-level concepts.

Features

  • Load and execute programs from memory
  • Basic arithmetic and control flow instructions
  • Simple debugging interface

Example

img
prog2.txt

About

💻 A lightweight virtual machine interpreter implemented in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published