An open API service indexing awesome lists of open source software.

https://github.com/jabr/0x10c

DCPU-16 assembly experiments for 0x10c
https://github.com/jabr/0x10c

Last synced: 2 months ago
JSON representation

DCPU-16 assembly experiments for 0x10c

Awesome Lists containing this project

README

        

# 0x10c

This repository (will) contain my ideas, code, and utilities for working on [notch's DCPU-16](https://en.wikipedia.org/wiki/0x10c).

At the moment, the highlights are syntax highlighting for Sublime Text 2, TextMate, etc under support; and my first pass at a cooperative threading library under threads.

Pull requests are welcome!

## References

* [DCPU-16 Specification](https://web.archive.org/web/20120509184912/http://0x10c.com/doc/dcpu-16.txt)
* [www.0x10c.com](https://web.archive.org/web/20120507221934/http://www.0x10c.com/)