Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 360 Bytes

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