Software
Title:
Software
Author:
jazzed
Published:
Mon, 15 Apr 2013 02:44:43 GMT
A bunch of information about programming the Propeller.
Developer Info:
PinDefs.spin
standard (under development)
Propeller Font
Development Board Differences
- Xtals and pins
An answer to the question "
How many colors can the Hydra produce?
"
Books, References and Tutorials
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?
Programming in C
Programming in C - Catalina
Programming in Java
Programming in Pascal
Programming in Forth
Download Protocol
Converting Text Output Display Type
from VGA_text to TV_text and vice versa.
Managing Concurrency
(inter COG communications)
Large Memory Model
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:
Spin Byte Code
Method Calls
Referencing Globals
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