Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 823 Bytes

README.org

File metadata and controls

41 lines (26 loc) · 823 Bytes

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