Skip to content

LeanSerra/lc3-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lc3-rust

lc3-vm implementation in Rust

Running

Clone repository

git clone https://github.com/LeanSerra/lc3-rust && cd lc3-rust

Run

This will run 2048.obj by default

make

To run your other object files

make filename="file_path"

Run release mode

This will run 2048.obj by default

make release

To run your other object files

make release filename="file_path"

Run tests

make test

References

This project couldn't be possible without the help of this guide:

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

About

lc3-vm implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages