This book is the latest in Randall Hyde's iconic series on assembly language programming. A comprehensive masterclass on 64-bit ARM, it guides you through the instruction set for the increasingly popular 64-bit ARM CPU, teaching you to translate high-level language operations into assembly language, write powerful programs unique to ARM, and handle the development of large software projects easily. This book's 'quick-start' chapter lets you hit the ground running, showing you how to begin writing simple programs right away. After learning basic 64-bit ARM architecture and syntax for the GNU assembler, Hyde goes in-depth on the fundamentals of machine organization, computer data representation and operations, and memory access. After building a strong foundational knowledge for mastering GAS, control structures, and arithmetic functions, in later chapters you'll be ready to dive into advanced ARM programming - and that's when the real fun begins. Full of illuminating illustrations, portable source code, and hands-on exercises that test your skills, The Art of ARM Assembly is an essential reference guide from the world's foremost expert on the subject.
Sprache
Verlagsort
Zielgruppe
Produkt-Hinweis
Maße
Höhe: 231 mm
Breite: 182 mm
Dicke: 40 mm
Gewicht
ISBN-13
978-1-7185-0282-6 (9781718502826)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Klassifikation
Randall Hyde is an embedded software engineer who has worked in the medical, nuclear, consumer electronics, and entertainment industries. He taught assembly language programming at the university level for over 10 years. He is the author of The Art of Assembly Language, The Art of 64-Bit Assembly, The Book of I?2C, and the Write Great Code series, all from No Starch Press.
Introduction
PART I: MACHINE ORGANIZATION
Chapter 1: Hello, World of Assembly Language
Chapter 2: Data Representation and Operations
Chapter 3: Memory Access and Organization
Chapter 4: Constants, Variables, and Data Types
PART II: ASSEMBLY LANGUAGE PROGRAMMING
Chapter 5: Procedures
Chapter 6: Arithmetic
Chapter 7: Low-Level Control Structures
Chapter 8: 12-Bit Manipulation
Chapter 9: Numeric Conversion
Chapter 10: Table Lookups
Chapter 11: SIMD/Neon Programming
Chapter 12: Bit Manipulation
Chapter 13: Macros and Gas-Compile Time Language
Chapter 14: String Operations
Chapter 15: Managing Complex Projects
Chapter 16: Standalone Assembly Programs
PART III: REFERENCE MATERIAL
Appendix A: ASCII Character Set
Appendix B: Glossary
Appendix C: The BASH Shell Interpreter
Appendix D: Some Useful C Language Features
Appendix E: Answers to Questions