Skip to content

Emulator and Assembler for Notch's dcpu-16 in Rust

License

Notifications You must be signed in to change notification settings

jamorton/rust-dcpu16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An emulator and assembler for Notch's dcpu-16, in Rust (http://www.github.com/mozilla/rust)

See 0x10c.com for information on dcpu-16.

HOW TO USE:

    git clone https://github.com/mozilla/rust.git rust
    cd rust
    ./configure
    make
    make install

    cd ..
    git clone https://github.com/Jonanin/rust-dcpu16.git rust-dcpu16
    cd rust-dcpu16
    rustc emu.rs
    rustc asm.rs
    ./asm tests/test.asm > test.rom
    ./emu test.rom



About

Emulator and Assembler for Notch's dcpu-16 in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published