An open API service indexing awesome lists of open source software.

https://github.com/digorithm/lc-3-rust

An LC-3 virtual machine written in Rust for learning purposes.
https://github.com/digorithm/lc-3-rust

lc3 rust virtual-machine

Last synced: 12 months ago
JSON representation

An LC-3 virtual machine written in Rust for learning purposes.

Awesome Lists containing this project

README

          

# LC-3 written in Rust

An LC-3 virtual machine written in Rust for learning purposes.

Write-up/guide can be found here: www.rodrigoaraujo.me/posts/lets-build-an-lc-3-virtual-machine/

To run an LC-3 program: `cargo run -- examples/.obj`