/zdcpu16

Zhen DCPU-16 emulator

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

About

Zhen DCPU-16 Toolkit

Install

cabal install --user

Or with cabal-dev

cabal-dev configure --user
cabal-dev install-deps
cabal install

Example of use

Run the emulator with a binary program

> zdcpu16-emu examples/notch.bin

The binary file should be in big endian format.

The emulator starts two windows, the debug window and a simulated console. If the program zdcpu16-con (console process) is not installed, the emulator will fail to start.

Links

Official 0x10c Web Page

DCPU-16 Specification

DCPU-16 Web Emulator of reference

DCPU-16 Live Edit Enviroment