Development Tools - rosco-pc/propeller-wiki GitHub Wiki

Tools to help you in developing software for the Propeller chip.

SPIN/PASM

C

BASIC

  • PropBasic is probably the most popular BASIC for Prop1. It compiles a version of BASIC derived from SX Basic to Propeller assembly language.
  • fastspin compiles not only Spin, but also a BASIC dialect that is derived from FreeBasic/QBasic. BASIC programs can call Spin objects and vice-versa. It also supports Prop2.

FORTH

  • SpinForth
  • PropForth
  • Tachyon

Miscellaneous