A DCPU-16 emulator and DASM (dis)assembler

Build Status

Features

Usage

You need to install the rust compiler to build this software.

cargo run --release --bin <bin> -- <bin-args>

Available binaries are assemble, disassemble and emulator. All binaries support a --help flag.

Documentation

The library interface is documented here.