Modern X86 Assembly Language Programming
eBook - ePub

Modern X86 Assembly Language Programming

Covers X86 64-bit, AVX, AVX2, and AVX-512

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Modern X86 Assembly Language Programming

Covers X86 64-bit, AVX, AVX2, and AVX-512

About this book

This book is an instructional text that will teach you how to code x86-64 assembly language functions. It also explains how you can exploit the SIMD capabilities of an x86-64 processor using x86-64 assembly language and the AVX, AVX2, and AVX-512 instruction sets.

This updated edition's content and organization are designed to help you quickly understand x86-64 assembly language programming and the unique computational capabilities of x86 processors. The source code is structured to accelerate learning and comprehension of essential x86-64 assembly language programming constructs and data structures. Modern X86 Assembly Language Programming, Third Edition includes source code for both Windows and Linux. The source code elucidates current x86-64 assembly language programming practices, run-time calling conventions, and the latest generation of software development tools.

What You Will Learn
  • 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


Who This Book Is For
Software developers who are creating programs for x86 platforms and want to learn how to code performance-enhanced algorithms using the core x86-64 instruction set; developers who need to learn how to write SIMD functions or accelerate the performance of existing code using the AVX, AVX2, and AVX-512 instruction sets;  and computer science/engineering students or hobbyists who want to learn or better understand x86-64 assembly language programming and the AVX, AVX2, and AVX-512 instruction sets.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Modern X86 Assembly Language Programming by Daniel Kusswurm in PDF and/or ePUB format, as well as other popular books in Computer Science & Compilers. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
Print ISBN
9781484296028
eBook ISBN
9781484296035

Table of contents

  1. Cover
  2. Front Matter
  3. 1. X86-64 Core Architecture
  4. 2. X86-64 Core Programming – Part 1
  5. 3. X86-64 Core Programming – Part 2
  6. 4. X86-64 Core Programming – Part 3
  7. 5. AVX Programming – Scalar Floating-Point
  8. 6. Run-Time Calling Conventions
  9. 7. Introduction to X86-AVX SIMD Programming
  10. 8. AVX Programming – Packed Integers
  11. 9. AVX Programming – Packed Floating-Point
  12. 10. AVX2 Programming – Packed Integers
  13. 11. AVX2 Programming – Packed Floating-Point – Part 1
  14. 12. AVX2 Programming – Packed Floating-Point – Part 2
  15. 13. AVX-512 Programming – Packed Integers
  16. 14. AVX-512 Programming – Packed Floating-Point – Part 1
  17. 15. AVX-512 Programming – Packed Floating-Point – Part 2
  18. 16. Advanced Assembly Language Programming
  19. 17. Assembly Language Optimization and Development Guidelines
  20. Back Matter