1 2 3 4 5 6 7 8 9 10 11 12 13
# lasm A tiny and portable assembly language for complex compilers # Installation ```bash cargo install -f lasm ``` # Documentation Docs can be found [here](https://docs.rs/lasm).