/dcpu16-clojure

An implementation of Notch's DCPU-16 in clojure (of course)

Primary LanguageClojure

cljDCPU

This is a clojure implementation of the CPU which will be used in Notch's new game: 0x10C The exact specifications of the processor are available here

This implementation makes no attempt to compete in the "least number of lines" competition that other implementations seem to be aiming for. Instead the goal is to be as clear as possible.

Future plans include:

  • A Debugger (maybe graphical and cli)
  • An Assembler
  • A Dis-assembler

Usage

Fill the memory map with some data and use (run!)

License

Copyright © 2012 Josh Comer and Angus Fletcher

Distributed under the Eclipse Public License, the same as Clojure.