Skip to content

zhensydow/zdcpu16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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