Название: ARM Assembly Language ISBN: 1439806101 ISBN-13(EAN): 9781439806104 Издательство: Taylor&Francis Цена: 8573.00 р. Наличие на складе: Нет в наличии. Описание: Suitable for those with some background in digital logic and high-level programming, this work focuses on what is needed to compile for ARM, details real assembly uses, and explores situations that programmers may ultimately encounter.
Автор: Hohl Название: ARM Assembly Language ISBN: 1482229854 ISBN-13(EAN): 9781482229851 Издательство: Taylor&Francis Цена: 15004.00 р. Наличие на складе: Есть у поставщикаПоставка под заказ. Описание:
Delivering a solid introduction to assembly language and embedded systems, ARM Assembly Language: Fundamentals and Techniques, Second Edition continues to support the popular ARM7TDMI, but also addresses the latest architectures from ARM, including Cortex(TM)-A, Cortex-R, and Cortex-M processors--all of which have slightly different instruction sets, programmer's models, and exception handling.
Featuring three brand-new chapters, a new appendix, and expanded coverage of the ARM7(TM), this edition:
Discusses IEEE 754 floating-point arithmetic and explains how to program with the IEEE standard notation
Contains step-by-step directions for the use of Keil(TM) MDK-ARM and Texas Instruments (TI) Code Composer Studio(TM)
Provides a resource to be used alongside a variety of hardware evaluation modules, such as TI's Tiva Launchpad, STMicroelectronics' iNemo and Discovery, and NXP Semiconductors' Xplorer boards
Written by experienced ARM processor designers, ARM Assembly Language: Fundamentals and Techniques, Second Edition covers the topics essential to writing meaningful assembly programs, making it an ideal textbook and professional reference.
Автор: Zhu Yifeng Название: Embedded Systems with Arm Cortex-M Microcontrollers in Assembly Language and C: Third Edition ISBN: 0982692668 ISBN-13(EAN): 9780982692660 Издательство: Неизвестно Цена: 9587.00 р. Наличие на складе: Есть (1 шт.) Описание: Das Taschenbuch, das jeder lesen muss, der etwas ueber Scrum wissen moechte.Es umfasst alle Rollen, Regeln und die grundlegenden Prinzipien von Scrum, basierend auf dem Scrum Guide von 2016. Durch die Beschreibung der Vergangenheit und Zukunft von Scrum wird darueber hinaus ein weitergehender Kontext aufgespannt.Der Autor Gunther Verheyen hat eine praezise, vollstaendige und leidenschaftliche Referenz zu Scrum geschrieben. Dabei vermittelt das Buch seine Einschaetzung von Scrum als Weg der Entdeckungen und Freude. Durch seinen Aufbau eignet es sich als hilfreicher Wegweiser auf diesem Weg.Nach Aussage von Ken Schwaber, dem Mitgestalter von Scrum, ist dieses Buch momentan die beste Beschreibung von Scrum. Das Buch verbindet einige seltene Merkmale:¢ Es beschreibt Scrum als Ganzes, bettet es aber in den weiteren Kontext aus Vergangenheit und Zukunft ein.¢ Der Autor fokussiert darauf, Scrum auf eine Weise zu erklaeren, die den Leser unterstuetzt: Die Sprache und der Stil des Buchs entsprechen der Philosophie von Scrum.¢ Das Buch zeigt die Freude am Scrum-Spiel.David Starr und Ralph Jocham, Professional Scrum Trainer und langjaehrige Experten agiler Arbeitsweisen, halten es fuer das ultimative Buch, das sie den Teilnehmern ihrer Scrum Kurse, aber auch Teams und Fuehrungskraeften in den Organisationen, die sie im Umgang mit Scrum coachen, empfehlen.
Автор: Sarmad Naimi, Naimi Azalia Yaghini, Yaghini Muhammad Ali Mazidi, Mazidi Название: Arm assembly language programming with raspberry pi using gcc ISBN: 197005400X ISBN-13(EAN): 9781970054002 Издательство: Неизвестно Рейтинг: Цена: 4138.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: About the Raspberry Pi: Raspberry Pi boards are low cost yet powerful boards using Arm processors. They can be used for both educational and industrial purposes. About this book: This book covers Arm Assembly programming for Raspberry Pi boards. Although the Arm instructions are standard, the assembler directives vary in GCC and non-GCC assemblers. In this book, you learn how to write Arm assembly programs in Linux and the GCC based compilers. This book also gives you a general view of the Arm and Raspberry Pi architecture. If you are using this book for a university course, the source code, tutorials, Power Points and other support materials are available on our website: https: //NicerLand.com Here is the table of contents: Chapter 1: The History of ARM, Raspberry Pi, and Microprocessors Chapter 2: ARM Architecture and Assembly Language Programming Chapter 3: Arithmetic and Logic Instructions and Programs Chapter 4: Branch, Call, and Looping in ARM Chapter 5: Signed Integer Numbers Arithmetic Chapter 6: ARM Memory Map, Memory Access, and Stack Chapter 7: ARM Pipeline and CPU Evolution Chapter 8: ARM and Thumb Instructions Chapter 9: ARM Floating-point Arithmetic Chapter 10: Interrupts and Exceptions Chapter 11: Cache in ARM Appendix A: ARM Cortex-A Instruction Description Appendix B: ARM Assembler Directives Appendix C: Macros Appendix D: Flowcharts and Pseudocode Appendix E: Passing Arguments into Functions We also have two books on writing Arm Assembly Programs for non-GCC compilers entitled "Arm Cortex-M Assembly Programming for Embedded Programmers" and "ARM Assembly Language Programming & Architecture" which cover Arm assembly language programming for Keil and other non-GNU IDEs.
Автор: Kusswurm, Daniel Название: Modern arm assembly language programming ISBN: 1484262662 ISBN-13(EAN): 9781484262665 Издательство: Springer Рейтинг: Цена: 8384.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Modern Arm Assembly Language ProgrammingF: \ModArmAsm\Chapters\Outline\ModernArmAsm_Outline (V2).docx Page 1 of 6Daniel KusswurmIntroductionBook overviewTarget audienceContent overviewSource codeTerminology and conventionsAdditional resourcesChapter 1 - Armv8-32 ArchitectureArmv8-32 OverviewData typesFundamental data typesNumerical data typesSIMD data typesInternal architectureGeneral-purpose register fileApplication Program Status Register (APSR)Instruction set overviewInstruction operandsMemory addressing modesChapter 2 - Armv8-32 Core Programming - Part 1Integer arithmeticAddition and subtraction (Ch02_01)Multiplication (Ch02_02)Division (Ch02_03)Integer operationsLoad instructions (Ch02_04)Move instructions (Ch02_05, Ch02_06)Logical operations (Ch02_07)Chapter 3 - Armv8-32 Core Programming - Part 2Basic stack argumentsStack arguments (Ch03_01)Stack arguments using mixed data types (Ch03_02)Advanced stack use Modern Arm Assembly Language ProgrammingF: \ModArmAsm\Chapters\Outline\ModernArmAsm_Outline (V2).docx Page 2 of 6Daniel KusswurmStack use with local storage (Ch03_03)Stack use with frame pointer (Ch03_04)Using the APSR condition flagsCompare instructions (Ch03_05)Looping (Ch03_06)Chapter 4 - Armv8-32 Core Programming - Part 3Integer arrays Array arithmetic (Ch04_01) Array arithmetic using mixed-type integers (Ch04_02)Integer matrices Matrix example #1 (Ch04_03) Matrix example #2 (Ch04_04)Advanced programming Advanced array operations (Ch04_05) Structures (Ch04_06)Chapter 5 - Armv8-32 Floating-Point ArchitectureFloating-point programming conceptsBinary encodingsNaNsDenormalsFlush to zeroFloating-point registersSingle-precision registersDouble-precision registersFPSCR (floating-point status and control register)Rounding modesExceptionsChapter 6 - Armv8-32 Floating-Point ProgrammingFloating-point arithmeticFP arithmetic example #1 (Ch06_01)FP arithmetic example #2 (Ch06_02)FP arithmetic example #3 (Ch06_03)Floating-point compares and conversionsFP compares (Ch06_04)FP conversions (Ch06_05)Floating-point arrays and matrices Modern Arm Assembly Language ProgrammingF: \ModArmAsm\Chapters\Outline\ModernArmAsm_Outline (V2).docx Page 3 of 6Daniel KusswurmFP arrays (Ch06_06)FP matrices (Ch06_07)Advanced floating-point programmingUsing C++ floating-point library functions (Ch06_08)Chapter 7 - Armv8-32 SIMD ArchitectureArmv8-32 SIMD Architecture OverviewSIMD programming conceptsWraparound and saturated arithmeticSIMD architectureRegister setsData typesSIMD arithmetic operationsPacked integer arithmeticPacked floating-point arithmeticChapter 8 - Armv8-32 SIMD Integer ProgrammingPacked integer arithmeticAddition and subtraction (Ch08_01)Multiplication (Ch08_02)Shift and logical operations (Ch08_03)Packed integer image processingPixel minimum and maximum (Ch08_04)Mean intensity (Ch08_05)Image thresholding (Ch08_06)Chapter 9 - Armv8-32 SIMD Floating-Point ProgrammingPacked floating-point ar
Автор: Elahi, Ata Название: Computer systems ISBN: 3030934519 ISBN-13(EAN): 9783030934514 Издательство: Springer Рейтинг: Цена: 7965.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This updated textbook covers digital design, fundamentals of computer architecture, and ARM assembly language. The book starts by introducing computer abstraction, basic number systems, character coding, basic knowledge in digital design, and components of a computer. The book goes on to discuss information representation in computing, Boolean algebra and logic gates, and sequential logic. The book also presents introduction to computer architecture, Cache mapping methods, and virtual memory. The author also covers ARM architecture, ARM instructions, ARM assembly language using Keil development tools, and bitwise control structure using C and ARM assembly language. The book includes a set of laboratory experiments related to digital design using Logisim software and ARM assembly language programming using Keil development tools. In addition, each chapter features objectives, summaries, key terms, review questions, and problems.
Автор: Hohl Название: ARM Assembly Language ISBN: 1482229854 ISBN-13(EAN): 9781482229851 Издательство: Taylor&Francis Рейтинг: Цена: 15004.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Delivering a solid introduction to assembly language and embedded systems, ARM Assembly Language: Fundamentals and Techniques, Second Edition continues to support the popular ARM7TDMI, but also addresses the latest architectures from ARM, including Cortex(TM)-A, Cortex-R, and Cortex-M processors--all of which have slightly different instruction sets, programmer's models, and exception handling.
Featuring three brand-new chapters, a new appendix, and expanded coverage of the ARM7(TM), this edition:
Discusses IEEE 754 floating-point arithmetic and explains how to program with the IEEE standard notation
Contains step-by-step directions for the use of Keil(TM) MDK-ARM and Texas Instruments (TI) Code Composer Studio(TM)
Provides a resource to be used alongside a variety of hardware evaluation modules, such as TI's Tiva Launchpad, STMicroelectronics' iNemo and Discovery, and NXP Semiconductors' Xplorer boards
Written by experienced ARM processor designers, ARM Assembly Language: Fundamentals and Techniques, Second Edition covers the topics essential to writing meaningful assembly programs, making it an ideal textbook and professional reference.
Название: ARM Assembly Language ISBN: 1439806101 ISBN-13(EAN): 9781439806104 Издательство: Taylor&Francis Рейтинг: Цена: 8573.00 р. Наличие на складе: Нет в наличии.
Описание: Suitable for those with some background in digital logic and high-level programming, this work focuses on what is needed to compile for ARM, details real assembly uses, and explores situations that programmers may ultimately encounter.
Описание: The book also presents introduction to computer architecture, Cache mapping methods, and virtual memory.The author also covers ARM architecture, ARM instructions, ARM assembly language using Keil development tools, and bitwise control structure using C and ARM assembly language.
Автор: Duntemann, Jeff Название: Assembly language step-by-step ISBN: 0470497025 ISBN-13(EAN): 9780470497029 Издательство: Wiley Рейтинг: Цена: 7920.00 р. Наличие на складе: Нет в наличии.
Описание: The eagerly anticipated new edition of the bestselling introduction to x86 assembly language The long-awaited third edition of this bestselling introduction to assembly language has been completely rewritten to focus on 32-bit protected-mode Linux and the free NASM assembler.
Автор: Svetan Ratchev Название: Precision Assembly in the Digital Age ISBN: 3030059308 ISBN-13(EAN): 9783030059309 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Нет в наличии.
Описание: This book constitutes the refereed post-conference proceedings of the 8th IFIP WG 5.5 International Precision Assembly Seminar, IPAS 2018, held in Chamonix, France, in January 2018.
The 20 revised full papers were carefully reviewed and selected from numerous submissions. The papers address topics such as machine vision and metrology for assembly operations, gripping and handling technologies, numerical methods and planning in assembly, digital technologies and Industry 4.0 applications, precision assembly methods, assembly systems and platforms and human cooperation, and machine learning. They are organized in the following topical sections: design and deployment of assembly systems; human robot cooperation and machine vision; assembly methods and models; digital technologies and industry 4.0 applications; and gripping and handling solutions in assembly.
Windows(R) 64-bit Assembly Language Programming Quick Start is a complete tutorial using the free Community Edition of Microsoft(R) Visual Studio 17 to introduce the novice to the Intel(R) X86-64 architecture and the Windows X64 Calling Convention.
With Microsoft(R) Visual Studio 17, assembly language programs can be built using either its Integrated Development Environment (IDE) or using its ML64 assembler directly in a traditional command line approach. Both techniques are presented in this book, and each has its own merits for gaining a deeper understanding of computer software and hardware. The assistance provided by Visual Studio's interactive debugger is immense not only for developing real programs but also learning how the CPU instructions work.
Programmers learn by example and develop their skills by examining and modifying working programs. Every sample program is complete, but leaves room for enhancements and experimentation encouraged by the questions at the end of each chapter. All are available for download through GitHub.
The sample programs, ranging from five to over one hundred lines of code, are extensively documented in both flowcharts and comments. Over seventy illustrations are included to explain programming techniques as well as X86, SSE, and AVX instructions. CPU instructions are introduced as needed to achieve programming goals as the projects in each chapter progress to the next.
This is not a book that has been modified or migrates from a 32-bit or 16-bit perspective, but starts right in with 64-bit programming and only refers to past approaches when necessary to explain seemingly unnatural conventions and names.
Topics like binary and hexadecimal are introduced through programming examples as well as appearing in appendices.
The examples in this book have been "classroom tested" with students having very little, if any, previous programming experience. The information is complete, allowing it to be used as an independent study.
Learning computer hardware and software architectures through hands-on assembly language programming experience helps develop well-rounded programmers and computer engineers.
Автор: Richard Blum Название: Professional Assembly Language ISBN: 0764579010 ISBN-13(EAN): 9780764579011 Издательство: Wiley Рейтинг: Цена: 4435.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering
Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications
Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance
Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru