Propeller Manual - rosco-pc/propeller-wiki GitHub Wiki
by Jeff Martin
ISBN 1-928982-38-7
A 438 page book which comes included in the box with the Propeller Starter Kit.
Also online.
errata:
- http://www.parallax.com/dl/docs/prod/prop/PMv1.0Supplement-v1.1.pdf
- Antilog tables: There is an error in the propeller manual 1.0 describing how to use the antilog (2^x) tables. a discussion thread tells the right way to do it. It should read:
table_antilog long $D000 'anti-log table base
- minor bug in the loadTable routine used by the log and exp functions has been fixed.