Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 694 Bytes

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.