Book description
- Understand important details of the x86-64 processor platform, including its core architecture, data types, registers, memory addressing modes, and the basic instruction set
- Use the x86-64 instruction set to create assembly language functions that are callable from C++
- Create assembly language code for both Windows and Linux using modern software development tools including MASM (Windows) and NASM (Linux)
- Employ x86-64 assembly language to efficiently manipulate common data types and programming constructs including integers, text strings, arrays, matrices, and user-defined structures
- Explore indispensable elements of x86 SIMD architectures, register sets, and data types.
- Master x86 SIMD arithmetic and data operations using both integer and floating-point operands
- Harness the AVX, AVX2, and AVX-512 instruction sets to accelerate the performance of computationally-intense calculations in machine learning, image processing, signal processing, computer graphics, statistics, and matrix arithmetic applications
- Apply leading-edge coding strategies to optimally exploit the AVX, AVX2, and AVX-512 instruction sets for maximum possible performance
Table of contents
- Cover
- Front Matter
- 1. X86-64 Core Architecture
- 2. X86-64 Core Programming – Part 1
- 3. X86-64 Core Programming – Part 2
- 4. X86-64 Core Programming – Part 3
- 5. AVX Programming – Scalar Floating-Point
- 6. Run-Time Calling Conventions
- 7. Introduction to X86-AVX SIMD Programming
- 8. AVX Programming – Packed Integers
- 9. AVX Programming – Packed Floating-Point
- 10. AVX2 Programming – Packed Integers
- 11. AVX2 Programming – Packed Floating-Point – Part 1
- 12. AVX2 Programming – Packed Floating-Point – Part 2
- 13. AVX-512 Programming – Packed Integers
- 14. AVX-512 Programming – Packed Floating-Point – Part 1
- 15. AVX-512 Programming – Packed Floating-Point – Part 2
- 16. Advanced Assembly Language Programming
- 17. Assembly Language Optimization and Development Guidelines
- Back Matter
Product information
- Title: Modern X86 Assembly Language Programming: Covers X86 64-bit, AVX, AVX2, and AVX-512
- Author(s):
- Release date: September 2023
- Publisher(s): Apress
- ISBN: 9781484296035
You might also like
book
Modern X86 Assembly Language Programming: Covers x86 64-bit, AVX, AVX2, and AVX-512
Gain the fundamentals of x86 64-bit assembly language programming and focus on the updated aspects of …
book
x64 Assembly Language Step-by-Step, 4th Edition
The long-awaited x64 edition of the bestselling introduction to Intel assembly language In the newly revised …
book
Assembly Language Step-by-Step: Programming with Linux®, Third Edition
The eagerly anticipated new edition of the bestselling introduction to x86 assembly language The long-awaited third …
book
Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation
Analyzing how hacks are done, so as to stop them in the future Reverse engineering is …