Propeller Programming using Assembler, Spin and C

Propeller Programming using Assembler, Spin and C
Title: Propeller Programming using Assembler, Spin and C | Author(s): Sridhar Anandakrishnan | Publisher: Apress | Year: 2018 | Edition: 1 Language: english | Pages : 305 | ISBN: 978-1-4842-3354-2 | Size: 4 MB | Extension: pdf
Learn to program the propeller in Spin and C and how to map the Propeller Assembler language (PASM) from other high-level languages you might know.
The overall task you will pursue in the book is to implement a Delta Compression algorithm: first in Spin, then in PASM, then in C. Along the way, youll review Test Driven Development, a powerful technique for validating code, and conclude with a chapter on hardware manipulations. The books main goal is to help you extend the capabilities of the Propeller processor by using the…