Awesome
mos' dev!
<img src="https://raw.githubusercontent.com/datatrash/mos/master/docs/src/.vuepress/public/mos.png" align="right" alt="MOS logo" width="200">mos is a tool suite for the MOS 6502 (and compatible) CPU written in Rust. More details on the official site.
Building the assembler from source (Linux/MacOS/Windows):
- Ensure this is green:
- Install Rust
- Clone this repository
cargo build --release
- The
mos
executable will be intarget/release