# lc3-toolchain


LC-3 Assembly Toolchain, designed for ECE109 Spring 2025.
## Overview
`lc3-toolchain` contains a code `formatter` and `lint` tools specifically built for LC-3 assembly language.
## Installation
Download from release.
Or:
Cargo
```bash
cargo install lc3-toolchain
```
## Doc
[lc3fmt](src/bin/fmt.md)
[lc3lint](src/bin/lint.md)
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
GPL-v3