QASM

qasm is a simple proprocessor that converts P1 and P2 assembly code to DAT
LONG statements.  The resulting converted Spin file may then be compiled
by an existing P1 compiler such as the Prop Tool, OpenSpin or bst.

A program can be converted as follows:

qasm file.spin

This will generate the output file qasmout.spin.  P2 assembly is enabled with
the "-2" option, and an output file name can be specified with the "-o" option.
The following command will convert a P2 program and output the results to
file2.spin:

qasm -2 file.spin -o file2.spin

Note that P2 assembly programs must start at $e00 in hub memory.
