                   SPINSIM, QASM and P2PFTH
                       July 25, 2015
                         Dave Hein

This distribution contains spinsim 0.84, qasm 0.14 and a P2 version of
pfth 1.03.  All three of these program contain support for the P2 opcodes
listed in the July 14, 2015 P2 document.

Spinsim similates the P1 and P2 processors.  qasm is an assembler
preprocessor that converts P1 and P2 assembly code into DAT LONG values,
which can then be compiled by existing P1 compilers.  p2pfth is a P2
version of the pfth Forth interpreter.  See the readme files in the
subdirectories for more information.

The directories spinsim084 and qasm014 contain the source and Windows
executables for these programs.  On a Windows system you can go into the
p2pfth directory and run p2pfth by typing the following command:

     ..\spinsim084\spinsim -t -b p2pfth.binary

On plaforms other than Windows the executables must first be built using
the Makefile in spinsim084 and the buildit script in qasm014.
