x16-sys 0.0.0

Raw bindings to the Commander X16
1
2
3
4
5
6
fn main() {
    cc::Build::new()
        .compiler("/usr/local/bin/mos-c64-clang")
        .file("src/asm.S")
        .compile("asm");
}