Skip to content

Building your own Virtual Machine from scratch in C++ that runs LC-3 assembly language

Notifications You must be signed in to change notification settings

chococandy63/toy-virtual-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy-virtual-machine

Creating a VM from scratch

image

image

Step 1: Compile

g++ vm.cpp -o vm

Step 2: Run

./vm 2048.obj

Check out quick notes Check out history of virtual machines

About

Building your own Virtual Machine from scratch in C++ that runs LC-3 assembly language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published