dcpu16: DCPU-16 Emulator & Assembler

[ bsd3, compilers-interpreters, library, program ] [ Propose Tags ]

DCPU-16 Emulator & Assembler


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.7 && <5), bytestring (>=0.10.8.1), containers (>=0.5.7.1), dcpu16, filepath (>=1.4.1), optparse-applicative (>=0.12.1), parsec (>=3.1.11), sdl2 (>=2.1.0), spool (==0.1), vector (>=0.11 && <0.12) [details]
License BSD-3-Clause
Copyright 2016 Anatoly Krivolapov
Author Anatoly Krivolapov
Maintainer example@example.com
Category Compilers/Interpreters
Home page https://github.com/anatolat/dcpu16#readme
Source repo head: git clone https://github.com/anatolat/dcpu16
Uploaded by anatolat at 2017-01-12T20:15:43Z
Distributions
Executables dcpu16-exe
Downloads 2347 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-01-12 [all 1 reports]

Readme for dcpu16-0.1.0.2

[back to package description]

DCPU-16 Emulator & Assembler

DCPU-16 is a 16-bit processor designed by Markus "Notch" Persson for the postponed video game 0x10c.

Features

  • Full spec 1.1 implementation
  • Loads binary programs
  • Loads assembler programs
  • Graphics mode support: 128 x 96 screen
  • Sprites
  • Keyboard input
  • Runs pacman