Software - rosco-pc/propeller-wiki GitHub Wiki
A bunch of information about programming the Propeller.
Developer Info:
-
PinDefs.spin standard (under development)
-
Development Board Differences- Xtals and pins
-
An answer to the question "How many colors can the Hydra produce?"
-
Packaging Propeller Software, about how to distribute the software you have written.
-
I've found some Propeller Code and want to use / incorporate it into my project, what do I need to do?
-
Converting Text Output Display Type from VGA_text to TV_text and vice versa.
-
Managing Concurrency (inter COG communications)
Spin:
- BYTE, LONG, WORD
- Strings
- Cracking Open the Propeller Chip - Decoding the Spin Interpreter
- Reset Sequence - What the Propeller does on power-on or reset
- Integer only GPS navigation
Spin Bytecode:
Assembler:
- Assembly Programming
- Assembly, step by step
- How to load a spin-variable into assembly-code (load SPIN-variable from hub to cog within assembly using par and rdlong
- How to store assembly-data into hub ram using wrlong
- propasm - An open source alternative assembler for the Propeller.
- My Assembler Routine Is Doing Something Weird! What's Wrong?
- Things you never wanted to know but were forced to find out
- How is RES different from LONG?
- Large Memory Model
- LAS - Largos Assembler, supports standard PASM and LMM with assembler extensions for easy LMM programming
- BYTE, LONG, WORD
- MATH (binary, BCD, integer, fixed and floating point) on the propeller
- 2's complement create it calculate with it
- FFT in propeller assembler