Plasma - The Propeller Low-level Assembly Aggregator

Plasma is a small (637 lines of source code) tool for compiling and
concatenating propeller assembly language (PASM) and binary data. It extends
PASM with some new features, most notably ARM-like constant pools.

Documentation is scarce, because this tool was developed for my own private
use. The source code is quite readable, though, since it's short and written
in a high level programming language. Build instructions are available here:

	http://www.linusakesson.net/software/plasma/

The best way to learn about plasma is probably to study the Turbulence source
code:

	http://www.linusakesson.net/scene/turbulence/source.php

Plasma is free software.

Linus
