Cantitate/Preț
Produs

ARM 64-Bit Assembly Language

Autor Larry D Pyeatt, William Ughetta
en Limba Engleză Paperback – 15 noi 2019
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 fixed and floating 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
Citește tot Restrânge

Preț: 36191 lei

Preț vechi: 45238 lei
-20% Nou

Puncte Express: 543

Preț estimativ în valută:
6928 7202$ 5744£

Carte tipărită la comandă

Livrare economică 31 ianuarie-14 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780128192214
ISBN-10: 0128192216
Pagini: 506
Ilustrații: Approx. 100 illustrations
Dimensiuni: 191 x 235 x 36 mm
Greutate: 0.86 kg
Editura: ELSEVIER SCIENCE

Cuprins

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
Chapter 9: Floating point
Chapter 10: Advanced SIMD instructions
Chapter 11: Devices
Chapter 12: Running without an operating system