Skip to content

Julianv3534/LC3-VM-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3 VM (Rust)

A small LC-3 virtual machine written in Rust, based on: https://www.jmeiners.com/lc3-vm/

Build

cargo build

Run an LC-3 program

cargo run -- path/to/program.obj

You can also pass multiple images:

cargo run -- image1.obj image2.obj

Run lc3-rogue

This project includes a Makefile target that bootstraps tools, assembles lc3-rogue, and runs it:

make rogue-run

Controls in game: w, a, s, d.

Test

cargo test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors