Skip to content

gerceboss/LC-VM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC-VM

Rust implementation of VM that executes instructions supported in LC3 architecture.

Reference article: https://www.jmeiners.com/lc3-vm/

NOTE: This is for learning purposes

How to run??

Runs for unix based systems

# Build the project
LC-VM$ cargo build

# Run the VM with the specified object file
LC-VM$ ./target/debug/vm 2048.obj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages