March 2022
Intermediate to advanced
642 pages
17h 16m
English
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. ...