SIC-assembler-in-Rust


How to use

Use the cargo or rustc compiler to get start:

$ cargo run path/to/target/file.asm
$ rustc src/main.rs
$ ./main path/to/target/file.asm

Then it will generate the object file in the current directory.