Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Propeller Programming: Using Assembler, Spin, and C (repost)

Posted By: hill0
Propeller Programming: Using Assembler, Spin, and C (repost)

Propeller Programming: Using Assembler, Spin, and C by Sridhar Anandakrishnan
English | 5 Apr. 2018 | ISBN: 1484233530 | 307 Pages | PDF/EPUB | 7.65 MB

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, you'll review Test Driven Development, a powerful technique for validating code, and conclude with a chapter on hardware manipulations. The book's main goal is to help you extend the capabilities of the Propeller processor by using the Assembler language.
What You’ll Learn
Use a data compression/decompression application to introduce PASM to the reader
Integrate C and PASM code
Review hardware interactions (setting and reading pins)