0%

Book Description

Gain all the skills required to dive into the fundamentals of the Raspberry Pi hardware architecture and how data is stored in the Pi’s memory. This book provides you with working starting points for your own projects while you develop a working knowledge of Assembly language programming on the Raspberry Pi. 

You'll learn how to interface to the Pi’s hardware including accessing the GPIO ports. The book will cover the basics of code optimization as well as how to inter-operate with C and Python code, so you'll develop enough background to use the official ARM reference documentation for further projects. 

With Raspberry Pi Assembly Language Programming as your guide you'll study how to read and reverse engineer machine code and then then apply those new skills to study code examples and take control of your Pi’s hardware and software both.

What You'll Learn

  • Program basic ARM 32-Bit Assembly Language
  • Interface with the various hardware devices on the Raspberry Pi
  • Comprehend code containing Assembly language
  • Use the official ARM reference documentation

Who This Book Is For

Coders who have already learned to program in a higher-level language like Python, Java, C#, or C and now wish to learn Assembly programming.

Table of Contents

  1. Cover
  2. Front Matter
  3. 1. Getting Started
  4. 2. Loading and Adding
  5. 3. Tooling Up
  6. 4. Controlling Program Flow
  7. 5. Thanks for the Memories
  8. 6. Functions and the Stack
  9. 7. Linux Operating System Services
  10. 8. Programming GPIO Pins
  11. 9. Interacting with C and Python
  12. 10. Multiply, Divide, and Accumulate
  13. 11. Floating-Point Operations
  14. 12. NEON Coprocessor
  15. 13. Conditional Instructions and Optimizing Code
  16. 14. Reading and Understanding Code
  17. 15. Thumb Code
  18. 16. 64 Bits
  19. Back Matter
3.15.221.67