wiki/content/project/others.md

29 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2017-03-12 22:10:37 +01:00
+++
title = "Others"
summary = "Some things I've hacked on."
+++
* <a href="http://sdcc.sourceforge.net/">SDCC</a>, the Small
Device C Compiler, which can target the Intel mcs51, Zilog
Z80, Nintendo Gameboy, Intel i186, Amtel AVR, and Microchip
PIC series.
* <a href="http://reattore.sourceforge.net/">Reattore</a>, an
experiment in development methods that also happens to be a
single threaded, non-blocking Java HTTP server experiment.
* <a href="http://jaune.sourceforge.net/">Jaune</a>,
a compiler and set of libraries that can be used to
write programs in the Java language for small
devices. Includes a basic set of class libraries, garbage
collector, and set of examples that can be run on the
Nintendo GameBoy.
* <a href="http://janszoon.sourceforge.net/">Janszoon</a>,
a simple GPS client for the Palm with location and trip
information.
* <a href="http://gbts.sourceforge.net/">GBTS</a>, the
Gameboy Terminal server.
* <a href="http://pcemu.sourceforge.net/">pcemu</a>, a
portable XT level PC Emulator.
* <a href="http://gbdk.sourceforge.net/">GBDK</a>, the
Gameboy development kit.