Skip to content

dcpu16/dcpu16-clojure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published