Skip to content

snu-sf-class/swpp202401-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The interpreter for Swpp 2024 class assembly programs written in Rust.

Build

First, you need to install the rustup. This process will install rustc and Cargo.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Now you have several options.

  • cargo run --release -- [Assembly File path]: run the interpreter directly.

  • cargo build --release: build the binary at ./target/release/main.

  • cargo run --release --features="log" -- [Assembly File path]": run the interpreter with making simple log file swpp-interpreter-basic.log.

About

Swpp Assembly Interpreter rewritten in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages