dcpu16: DCPU-16 Emulator & Assembler

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

DCPU-16 Emulator & Assembler


[Skip to Readme]

Modules

[Last Documentation]

  • Dcpu16
    • Dcpu16.Assembler
      • Dcpu16.Assembler.Parser
      • Dcpu16.Assembler.Syntax
    • Dcpu16.Cpu
    • Dcpu16.Dumper
    • Dcpu16.Emulator
    • Dcpu16.Video

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, containers, dcpu16, filepath, optparse-applicative, parsec, sdl2, spool, vector [details]
License BSD-3-Clause
Copyright 2016 Anatoly Krivolapov
Author Anatoly Krivolapov
Maintainer example@example.com
Category Compilers/Interpreters
Home page https://github.com/githubuser/dcpu16#readme
Source repo head: git clone https://github.com/anatolat/dcpu16
Uploaded by anatolat at 2017-01-11T22:51:06Z
Distributions
Executables dcpu16-exe
Downloads 2351 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-11 [all 3 reports]

Readme for dcpu16-0.1.0.1

[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