@hackage / soyuz

DCPU-16 architecture utilities for Notch's 0x10c game.

Latest0.0.0

About

Metadata

  • Last updated , by AlexKropivny
  • License MIT
  • Categories Compilers and Interpreters
  • Maintained by: Alex Kropivny <alex.kropivny@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    split-base (on by default)

Readme

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.