mos
mos copied to clipboard
An assembler, code formatter, language server and debug adapter for the MOS 6502 CPU.
mos' dev!
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
mosexecutable will be intarget/release