propasm - Assembler for the Parallax Propeller

propasm is a command-line assembler for the Parallax Propeller.

Features

Limitations and Caveats

See the full List of Differences for more.

System Requirements

propasm is a command-line tool and does not have a graphical user interface.

Download

Usage

From the directory where you installed propasm.jar, run java -jar propasm.jar with your assembly files as arguments. Assembly files should not contain separate CON, VAR, PUB, or PRI sections, or the DAT section header — they should contain only the assembly instructions that would follow DAT in a SPIN file.

Note for Mac and Windows users: This was mentioned above, but people seem to be overlooking it. propasm must be run from the command line. Double-clicking the JAR file will get you no appreciable results.