Book description
Mastering ARM hardware architecture opens a world of programming for nearly all phones and tablets including the iPhone/iPad and most Android phones. It’s also the heart of many single board computers like the Raspberry Pi. Gain the skills required to dive into the fundamentals of the ARM hardware architecture with this book and start your own projects while you develop a working knowledge of assembly language for the ARM 64-bit processor.
You'll review assembly language programming for the ARM Processor in 64-bit mode and write programs for a number of single board computers, including the Nvidia Jetson Nano and the Raspberry Pi (running 64-bit Linux). The book also discusses how to target assembly language programs for Apple iPhones and iPads along with 64-Bit ARM based Android phones and tablets. It covers all the tools you require, the basics of the ARM hardware architecture, all the groups of ARM 64-Bit Assembly instructions, and how data is stored in the computer’s memory. In addition, interface apps to hardware such as the Raspberry Pi’s GPIO ports. The book covers code optimization, as well as how to inter-operate with C and Python code. Readers will develop enough background to use the official ARM reference documentation for their own projects.
With Programming with 64-Bit ARM Assembly Language as your guide you’ll study how to read, reverse engineer and hack machine code, then be able to apply these new skills to study code examples and take control of both your ARM devices’ hardware and software.- Make operating system calls from assembly language and include other software libraries in your projects
- Interface apps to hardware devices such as the Raspberry Pi GPIO ports
- Reverse engineer and hack code
- Use the official ARM reference documentation for your own projects
Table of contents
- Cover
- Front Matter
- 1. Getting Started
- 2. Loading and Adding
- 3. Tooling Up
- 4. Controlling Program Flow
- 5. Thanks for the Memories
- 6. Functions and the Stack
- 7. Linux Operating System Services
- 8. Programming GPIO Pins
- 9. Interacting with C and Python
- 10. Interfacing with Kotlin and Swift
- 11. Multiply, Divide, and Accumulate
- 12. Floating-Point Operations
- 13. Neon Coprocessor
- 14. Optimizing Code
- 15. Reading and Understanding Code
- 16. Hacking Code
- Back Matter
Product information
- Title: Programming with 64-Bit ARM Assembly Language: Single Board Computer Development for Raspberry Pi and Mobile Devices
- Author(s):
- Release date: May 2020
- Publisher(s): Apress
- ISBN: 9781484258811
You might also like
book
RP2040 Assembly Language Programming: ARM Cortex-M0+ on the Raspberry Pi Pico
Learn to program the Raspberry Pi Pico’s dual ARM Cortex M0+ CPUs in Assembly Language. The …
book
ARM 64-Bit Assembly Language
ARM 64-Bit Assembly Language carefully explains the concepts of assembly language programming, slowly building from simple …
video
ARM Assembly Language from Ground UpTM 1
ARM embedded assembly programming supports many of the devices that you use daily and if you …
book
Modern Arm Assembly Language Programming: Covers Armv8-A 32-bit, 64-bit, and SIMD
Gain the fundamentals of Armv8-A 32-bit and 64-bit assembly language programming. This book emphasizes Armv8-A assembly …