Propeller Programming Using Assembler, Spin, and C

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&#...

Descripción completa

Detalles Bibliográficos
Autor principal: Anandakrishnan, Sridhar. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2018.
Edición:1st ed. 2018.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630583206719
Tabla de Contenidos:
  • Part 1: Introduction
  • Chapter 1: Introduction
  • Chapter 2: Steim Compression
  • Chapter 3: Introduction to Spin
  • Chapter 4: Test Driven Development (TDD)
  • Chapter 5: Compression in Spin
  • Part 2: Spin and PASM
  • Chapter 6: Propeller Assembler: PASM
  • Chapter 7: Interacting with the world
  • Chapter 8: Implementing the Compression code in PASM
  • Chapter 9: Compression in PASM with TDD
  • Chapter 10: Decompression in PASM
  • Chapter 11: Debugging PASM code
  • Part III: C Language
  • Chapter 12: C Programming for the Propeller
  • Chapter 13: Programming in Cog C Mode
  • Chapter 14: Programming With C and PASM
  • Chapter 15: Hardware I/O with C
  • Chapter 16: Using Inline Assembly Instructions in C code
  • 17: Concluding thoughts.