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
- Host: GitHub
- URL: https://github.com/jabr/0x10c
- Owner: jabr
- License: mit
- Created: 2012-04-08T05:47:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T05:27:40.000Z (over 3 years ago)
- Last Synced: 2025-03-15T00:11:14.022Z (3 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)