- Артикул:00-01052794
- Автор: Randall Hyde
- ISBN: 978-1-7185-0108-9
- Обложка: Твердая обложка
- Издательство: No Starch Press (все книги издательства)
- Город: San Francisco
- Страниц: 1002
- Год: 2022
- Вес: 2647 г
Книга на английском языке.
This new work uses the Microsoft Macro Assembler (MASM), the most popular x86-64 assembler today. Hyde covers the standard integer set, as well as the x87 FPU, SIMD parallel instructions, SIMD scalar instructions (including high-performance floating-point instructions), and MASM's very powerful macro facilities. You'll learn in detail: how to implement high-level language data and control structures in assembly language; how to write parallel algorithms using the SIMD (single-instruction, multiple-data) instructions on the x86-64; and how to write stand alone assembly programs and assembly code to link with HLL code. You'll also learn how to optimize certain algorithms in assembly to produce faster code.
Contents
Foreword
Acknowledgments
Introduction
Part I: Machine Organization
Chapter 1: Hello, World of Assembly Language
Chapter 2: Computer Data Representation and Operations
Chapter 3: Memory Access and Organization
Chapter 4: Constants, Variables, and Data Types
Part II: Assembly Language Programming
Chapter 5: Procedures
Chapter 6: Arithmetic
Chapter 7: Low-Level Control Structures
Chapter 8: Advanced Arithmetic
Chapter 9: Numeric Conversion
Chapter 10: Table Lookups
Chapter 11: SIMD Instructions
Chapter 12: Bit Manipulation
Chapter 13: Macros and the MASM Compile-Time Language
Chapter 14: The String Instructions
Chapter 15: Managing Complex Projects
Chapter 16: Stand-Alone Assembly Language Programs
Part III: Reference Material
A: ASCII Character Set
B: Glossary
C: Installing and Using Visual Studio
D: The Windows Command Line Interpreter
E: Answers to Questions
Index