© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
D. KusswurmModern Parallel Programming with C++ and Assembly Languagehttps://doi.org/10.1007/978-1-4842-7918-2_11

11. Core Assembly Language Programming: Part 1

Daniel Kusswurm1  
(1)
Geneva, IL, USA
 

Chapter 11 introduces core x86-64 assembly language programming and basic instruction use. In this chapter, you will learn how to code simple x86-64 assembly language functions that are callable from C++. You will also learn about the semantics and syntax of an x86-64 assembly language source code file. The purpose of this chapter and the next one is to provide the necessary foundation that will enable you to code x86-AVX functions using x86-64 assembly language. ...

Get Modern Parallel Programming with C++ and Assembly Language: X86 SIMD Development Using AVX, AVX2, and AVX-512 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.