Cantitate/Preț
Produs

Modern Assembly Language Programming with the ARM Processor

Autor Larry D Pyeatt
en Limba Engleză Hardback – 10 mai 2016
Modern Assembly Language Programming with the ARM Processor is a tutorial-based book on assembly language programming using the ARM processor. It presents the concepts of assembly language programming in different ways, slowly building from simple examples towards complex programming on bare-metal embedded systems.
The ARM processor was chosen as it has fewer instructions and irregular addressing rules to learn than most other architectures, allowing more time to spend on teaching assembly language programming concepts and good programming practice. In this textbook, careful consideration is given to topics that students struggle to grasp, such as registers vs. memory and the relationship between pointers and addresses, recursion, and non-integral binary mathematics. A whole chapter is dedicated to structured programming principles. Concepts are illustrated and reinforced with a large number of tested and debugged assembly and C source listings. The book also covers advanced topics such as fixed and floating point mathematics, optimization, and the ARM VFP and NEONTM extensions. PowerPoint slides and a solutions manual are included.
This book will appeal to professional embedded systems engineers, as well as computer engineering students taking a course in assembly language using the ARM processor.


  • Concepts are illustrated and reinforced with a large number of tested and debugged assembly and C source listing
  • Intended for use on very low-cost platforms, such as the Raspberry Pi or pcDuino, but with the support of a full Linux operating system and development tools
  • Includes discussions of advanced topics, such as fixed and floating point mathematics, optimization, and the ARM VFP and NEON extensions
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 40765 lei  2-4 săpt.
  ELSEVIER SCIENCE – 7 oct 2024 40765 lei  2-4 săpt.
Hardback (1) 52002 lei  6-8 săpt.
  ELSEVIER SCIENCE – 10 mai 2016 52002 lei  6-8 săpt.

Preț: 52002 lei

Preț vechi: 65002 lei
-20% Nou

Puncte Express: 780

Preț estimativ în valută:
9954 10702$ 8298£

Carte tipărită la comandă

Livrare economică 19 decembrie 24 - 02 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780128036983
ISBN-10: 0128036982
Pagini: 504
Dimensiuni: 191 x 235 x 30 mm
Greutate: 1.08 kg
Editura: ELSEVIER SCIENCE

Public țintă

Professional embedded systems engineers, computer engineering students taking a course in assembly language using the ARM processor.

Cuprins

1. Introduction
2. GNU Assembly Syntax
3. Load/Store and Branch Instructions
4. Data Processing and Other Instructions
5. Structured Programming
6. Abstract Data Types
7. Integer Mathematics
8. Non-Integral Mathematics
9. The ARM Vector Floating Point Coprocessor
10. The ARM NEON Extensions
11. Devices
12. Pulse Modulation
13. Common System Devices
14. Running Without an Operating System
Index