ttasm - Assembler
ttasm
is an assembler for assembling source code to TTVM executable.
Usage
Add the following to your Cargo.toml
:
[dependencies]
ttasm = "0.1.4"
or install using:
cargo install "ttasm"
Features
- Easy to use and Rust-like namings.
- No heavy dependencies.
Rust version support
This project is being coding using the latest Rust version. No exact version is specified.
Platform support
ttasm
is tested on Windows 21H2 (OS Build 22000.282) and Ubuntu 20.04 LTS.
License
This project is licensed under either of
at your opinion.