Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Assembly language for x86 processors int, Irvine, Kip


Сейчас книги нет в продаже.
Возможно появится в будущем.

Автор: Irvine, Kip
Название:  Assembly language for x86 processors int
Перевод названия: Ассемблер для процессора x86
ISBN: 9780131377097
Издательство: Pearson Education
Классификация:
ISBN-10: 0131377094
Обложка/Формат: Paperback
Страницы: 768
Вес: 0.98 кг.
Дата издания: 2010/02/01
Издание: International ed of
Размер: 231 x 179 x 34
Читательская аудитория: Undergraduate
Рейтинг:
Поставляется из: Англии
Описание: For undergraduate courses in assembly language programming and introductory courses in computer systems and computer architecture. Written specifically for the Intel/Windows/DOS platform, this ia a complete and fully updated study of assembly language.


      Новое издание
      Старое издание

Assembly language step-by-step

Автор: 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.

The Art of Assembly Language Programming Using PICmicro Technology

Автор: Schousek, Theresa
Название: The Art of Assembly Language Programming Using PICmicro Technology
ISBN: 0128126175 ISBN-13(EAN): 9780128126172
Издательство: Elsevier Science
Рейтинг:
Цена: 8076.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

The Art of Assembly Language Programming using PIC(R) Technology thoroughly covers assembly language as used in programming the PIC(R) Microcontroller (MCU). Using the minimal instruction set, characteristic of most PIC(R) products, the author elaborates on the nuances of how to execute loops. Fundamental design practices are presented based on Orr's Structured Systems Development using four logical control structures. These control structures are presented in Flowcharting, Warnier-Orr(R) diagrams, State Diagrams, Pseudocode, and an extended example using SysML(R). Basic math instructions of Add and Subtract are presented, along with a cursory presentation of advanced math routines provided as proven Microchip(R) utility Application Notes.

Appendices are provided for completeness, especially for the advanced reader, including several Instruction Sets, ASCII character sets, Decimal-Binary-Hexadecimal conversion tables, and elaboration of ten 'Best Practices.' Two datasheets (one complete datasheet on the 10F20x series and one partial datasheet on the 16F88x series) are also provided in the Appendices to serve as an important reference, enabling the new embedded programmer to develop familiarity with the format of datasheets and the skills needed to assess the product datasheet for proper selection of a microcontroller family for any specific project.

The Art of Assembly Language Programming Using PIC(R) Technology is written for an audience with a broad variety of skill levels, ranging from the absolute beginner completely new to embedded control to the embedded C programmer new to assembly language.

With this book, you will be guided through the following areas:

  • Symbols and terminology used by programmers and engineers in microcontroller applications
  • Programming using assembly language through examples
  • Familiarity with design and development practices
  • Basics of mathematical knowledge in hexadecimal
  • Resources for advanced mathematical functions

Approaches to locate resources

  • Teaches how to start writing simple code, e.g., PICmicro(R) 10FXXX and 12FXXX
  • Offers unique and novel approaches on how to add your personal touch using PICmicro(R) 'bread and butter' enhanced mid-range 16FXXX and 18FXXX processors
  • Teaches new coding and math knowledge to help build skillsets
  • Shows how to dramatically reduce product cost by achieving 100% control
  • Demonstrates how to gain optimization over C programming, reduce code space, tighten up timing loops, reduce the size of microcontrollers required, and lower overall product cost
ARM Assembly Language

Автор: 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

Название: 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.

Professional Assembly Language

Автор: 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
Windows(r) 64-Bit Assembly Language Programming Quick Start: Intel(r) X86-64, Sse, Avx

Автор: Dunne Robert
Название: Windows(r) 64-Bit Assembly Language Programming Quick Start: Intel(r) X86-64, Sse, Avx
ISBN: 0970112467 ISBN-13(EAN): 9780970112460
Издательство: Неизвестно
Цена: 2757.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

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.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия