dcpu16

Virtual Machine and Assembler for Notch's DCPU-16 Architecture
git clone http://frotz.net/git/dcpu16.git
Log | Files | Refs | README

README (567B)


      1 A C based assembler and vm for Notch's DCPU-16, written for the fun of it.
      2 
      3 See: http://0x10c.com/doc/dcpu-16.txt
      4 
      5 Why: I enjoy hacking on small machines, virtual or otherwise, and I'm
      6      amused by the concept of a space game with user programmable
      7      virtual computer(s).  
      8 
      9      Consider this a piece of "fan art" for 0x10c
     10 
     11      Feel free to take it and run with it and do whatever you like.
     12 
     13      Small bugfixes are welcome, but I'm not interested in investing a 
     14      huge amount of time in maintaining this or dealing with large changes 
     15      to the code.