Book description
ARM 64-Bit Assembly Language carefully explains the concepts of assembly language programming, slowly building from simple examples towards complex programming on bare-metal embedded systems. Considerable emphasis is put on showing how to develop good, structured assembly code. More advanced topics such as fixed and floating point mathematics, optimization and the ARM VFP and NEON extensions are also covered. This book will help readers understand representations of, and arithmetic operations on, integral and real numbers in any base, giving them a basic understanding of processor architectures, instruction sets, and more.
This resource provides an ideal introduction to the principles of 64-bit ARM assembly programming for both the professional engineer and computer engineering student, as well as the dedicated hobbyist with a 64-bit ARM-based computer.
- Represents the first true 64-bit ARM textbook
- Covers advanced topics such as ?xed and ?oating point mathematics, optimization and ARM NEON
- Uses standard, free open-source tools rather than expensive proprietary tools
- Provides concepts that are illustrated and reinforced with a large number of tested and debugged assembly and C source listings
Table of contents
- Cover image
- Title page
- Table of Contents
- Copyright
- List of tables
- List of figures
- Preface
- Chapter 1: Introduction
- Chapter 2: GNU assembly syntax
- Chapter 3: Load/store and branch instructions
- Chapter 4: Data processing and other instructions
- Chapter 5: Structured programming
- Chapter 6: Abstract data types
- Chapter 7: Integer mathematics
-
Chapter 8: Non-integral mathematics
- Abstract
- 8.1. Base conversion of fractional numbers
- 8.2. Fractions and bases
- 8.3. Fixed point numbers
- 8.4. Fixed point operations
- 8.5. Fixed point input and output
- 8.6. Computing sine and cosine
- 8.7. Floating point numbers
- 8.8. Floating point operations
- 8.9. Ethics case study: patriot missile failure
- 8.10. Chapter summary
- Exercises
-
Chapter 9: Floating point
- Abstract
- 9.1. Floating point overview
- 9.2. Register usage rules
- 9.3. Floating point control and status registers
- 9.4. Load/store instructions
- 9.5. Data movement instructions
- 9.6. Data conversion instructions
- 9.7. Data processing instructions
- 9.8. Floating point sine function
- 9.9. Alphabetized list of FP/NEON instructions
- 9.10. Chapter summary
- Exercises
-
Chapter 10: Advanced SIMD instructions
- Abstract
- 10.1. Instruction syntax
- 10.2. Load and store instructions
- 10.3. Data movement instructions
- 10.4. Data conversion
- 10.5. Bitwise logical operations
- 10.6. Basic arithmetic instructions
- 10.7. Multiplication and division
- 10.8. Shift instructions
- 10.9. Unary arithmetic
- 10.10. Vector reduce instructions
- 10.11. Comparison operations
- 10.12. Performance mathematics: a final look at sine
- 10.13. Alphabetized list of advanced SIMD instructions
- 10.14. Advanced SIMD intrinsics
- 10.15. Chapter summary
- Exercises
- Chapter 11: Devices
- Chapter 12: Running without an operating system
- Index
Product information
- Title: ARM 64-Bit Assembly Language
- Author(s):
- Release date: November 2019
- Publisher(s): Newnes
- ISBN: 9780128192221
You might also like
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
ARM Assembly Language, 2nd Edition
This edition continues to support the popular ARM7TDMI, but also addresses the latest architectures from ARM, …
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 …
book
Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation
Analyzing how hacks are done, so as to stop them in the future Reverse engineering is …