The art of 64-bit assembly language. Volume 1, x86-64 machine organization and programming
معرفی کتاب «The art of 64-bit assembly language. Volume 1, x86-64 machine organization and programming» نوشتهٔ Randall Hyde، منتشرشده توسط نشر No Starch Press در سال 2021. این کتاب در فرمت mobi، زبان انگلیسی ارائه شده است.
Randall Hyde's The Art of Assembly Language has long been the go-to guide for learning assembly language. In this long-awaited follow-up, Hyde presents a 64-bit rewrite of his seminal text. It not only covers the instruction set for today’s x86-64 class of processors in-depth (using MASM), but also leads you through the maze of assembly language programming and machine organization by showing you how to write code that mimics operations in high-level languages. Beginning with a “quick-start” chapter that gets you writing basic ASM applications as rapidly as possible, Hyde covers the fundamentals of machine organization, computer data representation and operations, and memory access. He’ll teach you assembly language programming, starting with basic data types and arithmetic, progressing through control structures and arithmetic to advanced topics like table lookups and string manipulation. In addition to the standard integer instruction set, the book covers the x87 FPU, single-instruction, multiple-data (SIMD) instructions, and MASM’s very powerful macro facilities. Throughout, you’ll benefit from a wide variety of ready-to-use library routines that simplify the programming process. You’ll learn how to: • Write standalone programs or link MASM programs with C/C++ code for calling routines in the C Standard Library • Organize variable declarations to speed up access to data, and how to manipulate data on the x86-64 stack • Implement HLL data structures and control structures in assembly language • Convert various numeric formats, like integer to decimal string, floating-point to string, and hexadecimal string to integer • Write parallel algorithms using SSE/AVX (SIMD) instructions • Use macros to reduce the effort needed to write assembly language code The Art of 64-bit Assembly, Volume 1 builds on the timeless material of its iconic predecessor, offering a comprehensive masterclass on writing complete applications in low-level programming languages. A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The Art of Assembly Language . Randall Hyde's The Art of Assembly Language has been the go-to book for learning assembly language for decades. Hyde's latest work, Art of 64-bit Assembly Language is the 64-bit version of this popular text. This book guides you through the maze of assembly language programming by showing how to write assembly code that mimics operations in High-Level Languages. This leverages your HLL knowledge to rapidly understand x86-64 assembly language. 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. 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 Chapter5: Procedures Chapter6: 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: Standalone Assembly Language Programs Part III: Reference Material Appendix A: ASCII Character Set Appendix B: Glossary Appendix C: Installing and Using Visual Studio Appendix D: The Windows Command-Line Interpreter Appendix E: Answers to Questions "A thorough guide to writing high-performance programs in 64-bit assembly language using the Microsoft MASM assembler. Programmers that can code in a high-level language will learn about memory access, numeric conversion, bit manipulation, and managing complex projects"-- Provided by publisher.
دانلود کتاب The art of 64-bit assembly language. Volume 1, x86-64 machine organization and programming