@hackage soyuz0.0.0
DCPU-16 architecture utilities for Notch's 0x10c game.
Categories
License
MIT
Maintainer
Alex Kropivny <alex.kropivny@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.0.0 Tue, 10 Apr 2012
Installation
Dependencies (10)
- base >=4 && <5
- bytestring
- containers
- vector
- QuickCheck
- cereal Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
split-base(on by default)
Utilities for the DCPU-16 architecture, for Notch's upcoming space game, 0x10c.
Meant to be a library for implementing powerful tools. As demonstrations, contains a command-line optimizing assembler/disassembler/pretty printer.
Core of the library is DCPU16.Instructions
. Everything else is built around it.