Cargando…

Modern assembly language programming with the ARM processor /

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 e...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pyeatt, Larry D. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: London, UK : Newnes, 2016.
�2016
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 SCIDIR_ocn948780270
003 OCoLC
005 20231120112107.0
006 m o d
007 cr cnu|||unuuu
008 160506s2016 enk o 001 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d N$T  |d OPELS  |d YDXCP  |d N$T  |d CDX  |d OCLCF  |d EBLCP  |d OCLCQ  |d UMI  |d TOH  |d DEBSZ  |d STF  |d DEBBG  |d IDB  |d COO  |d S4S  |d MERUC  |d OCLCQ  |d VT2  |d U3W  |d WRM  |d D6H  |d UOK  |d CEF  |d KSU  |d TXM  |d WYU  |d OCLCQ  |d LQU  |d CNCEN  |d OCLCQ  |d S2H  |d OCLCO  |d LVT  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 949883568  |a 961332325  |a 1006295139  |a 1105178723  |a 1105572087  |a 1229807019 
020 |a 0128037164  |q (electronic bk.) 
020 |a 9780128037164  |q (electronic bk.) 
020 |z 97801280369831 
020 |z 0128036982 
020 |z 9780128036983 
035 |a (OCoLC)948780270  |z (OCoLC)949883568  |z (OCoLC)961332325  |z (OCoLC)1006295139  |z (OCoLC)1105178723  |z (OCoLC)1105572087  |z (OCoLC)1229807019 
050 4 |a QA76.73.A8 
072 7 |a COM  |x 051040  |2 bisacsh 
082 0 4 |a 005.13/6  |2 23 
100 1 |a Pyeatt, Larry D.,  |e author. 
245 1 0 |a Modern assembly language programming with the ARM processor /  |c Larry D. Pyeatt. 
260 |a London, UK :  |b Newnes,  |c 2016. 
264 4 |c �2016 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed May 11, 2016). 
505 0 |a Front Cover; Modern Assembly Language Programming with the ARM Processor; Copyright; Contents; List of Tables; List of Figures; List of Listings; Preface; Choice of Processor Family; General Approach; Companion Website; Acknowledgments; Part I: Assembly as a Language; Chapter 1: Introduction; 1.1 Reasons to Learn Assembly; 1.2 The ARM Processor; 1.3 Computer Data; 1.3.1 Representing Natural Numbers; 1.3.2 Base Conversion; Base b to decimal; Decimal to base b; Conversion between arbitrary bases; Bases that are powers-of-two; 1.3.3 Representing Integers; Sign-magnitude representation. 
505 8 |a Excess-(2n-1 -1) representationComplement representation; 1.3.4 Representing Characters; Non-printing characters; Converting character strings to ASCII codes; Interpreting data as ASCII strings; ISO extensions to ASCII; Unicode and UTF-8; 1.4 Memory Layout of an Executing Program; 1.5 Chapter Summary; Exercises; Chapter 2: GNU Assembly Syntax; 2.1 Structure of an Assembly Program; 2.1.1 Labels; 2.1.2 Comments; 2.1.3 Directives; 2.1.4 Assembly Instructions; 2.2 What the Assembler Does; 2.3. GNU Assembly Directives; 2.3.1 Selecting the Current Section. 
505 8 |a 2.3.2 Allocating Space for Variables and Constants2.3.3 Filling and Aligning; 2.3.4 Setting and Manipulating Symbols; 2.3.5 Conditional Assembly; 2.3.6 Including Other Source Files; 2.3.7 Macros; Macro example; Recursive macro example; 2.4 Chapter Summary; Exercises; Chapter 3: Load/Store and Branch Instructions; 3.1 CPU Components and Data Paths; 3.2 ARM User Registers; 3.3 Instruction Components; 3.3.1 Setting and Using Condition Flags; 3.3.2 Immediate Values; 3.4 Load/Store Instructions; 3.4.1 Addressing Modes; 3.4.2 Load/Store Single Register; Syntax; Operations; Examples. 
505 8 |a 3.4.3 Load/Store Multiple RegistersSyntax; Operations; Examples; 3.4.4 Swap; Syntax; Operations; Example; 3.4.5 Exclusive Load/Store; Syntax; Operations; Example; 3.5 Branch Instructions; 3.5.1 Branch; Syntax; Operations; Examples; 3.5.2 Branch and Link; Syntax; Operations; Examples; 3.6 Pseudo-Instructions; 3.6.1 Load Immediate; Syntax; Operations; Example; 3.6.2 Load Address; Syntax; Operations; Examples; 3.7 Chapter Summary; Exercises; Chapter 4: Data Processing and Other Instructions; 4.1 Data Processing Instructions; 4.1.1 Operand2; 4.1.2 Comparison Operations; Syntax; Operations. 
505 8 |a Examples4.1.3 Arithmetic Operations; Syntax; Operations; Examples; 4.1.4 Logical Operations; Syntax; Operations; Examples; 4.1.5 Data Movement Operations; Syntax; Operations; Examples; 4.1.6 Multiply Operations with 32-bit Results; Syntax; Operations; Examples; 4.1.7 Multiply Operations with 64-bit Results; Syntax; Operations; Examples; 4.1.8 Division Operations; Syntax; Operations; Examples; 4.2 Special Instructions; 4.2.1 Count Leading Zeros; Syntax; Operations; Example; 4.2.2 Accessing the CPSR and SPSR; Syntax; Operations; Examples; 4.2.3 Software Interrupt; Syntax; Operations; Example. 
520 |a 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. 
650 0 |a Assembly languages (Electronic computers) 
650 6 |a Langage assembleur (Langage de programmation)  |0 (CaQQLa)201-0012661 
650 7 |a COMPUTERS  |x Programming Languages  |x Assembly Language.  |2 bisacsh 
650 7 |a Assembly languages (Electronic computers)  |2 fast  |0 (OCoLC)fst01800564 
776 0 8 |i Print version:  |a Pyeatt, Larry D.  |t Modern Assembly Language Programming with the ARM Processor.  |d : Elsevier Science, �2016  |z 9780128036983 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9780128036983  |z Texto completo