Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 644 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 644 Bytes

mos' dev!

MOS logo

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: Build status
  • Install Rust
  • Clone this repository
  • cargo build --release
  • The mos executable will be in target/release