Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 259 Bytes

MOS 6205

A VERY WIP (but almost functional) MOS 6205 crate

Building

cargo build

Try with examples

After build the crate, in the same project directory you could do:

rustc -L target/debug -o examples/example1 examples/example1.rs