A DCPU-16 emulator and DASM (dis)assembler

Build Status

Features

Quick usage

Compiled versions for Windows and Linux are available at https://pydio.chocolytech.info:4443/data/public/051666. No dependencies are required.

Note: the Windows version of the emulation currently fails with an OpenGL error. If anyone knows why...

All binaries support a --help flag for more infos.

Building

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

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

Available binaries are assembler, disassembler, emulator and sprite.

Some features are only available on Rust nightly. To enable them, install Rust nightly then run;

cargo run --release --features nightly --bin ...

Convert images to LEM format

The sprite utility can:

Documentation

The library interface is documented here.