This book teaches programmers and programming students how to use x64 assembly to write low-level code in C for performance-critical programs and how to compile and execute it inside the Intel 64 hardware and OS framework.
Low-Level Programming presents Intel 64 architecture as a development of von Neumann architecture featuring protection mechanisms and performance amplifiers such as caches and branch predicting. It proceeds to investigate the compilation cycle and ELF object files.
Elucidating a structured approach to C with code examples, exercises, and a companion annex of source code, the book models best coding practices for implementing language abstractions on top of assembly.
The author examines the optimization capabilities and limits of modern compilers, and he demonstrates the use of various performance-gain techniques, such as specialized instructions and prefetching.What Readers Will LearnLow-Level Programming teaches programmers how to use assembly language and C to write code for Intel 64 platforms and to look under the hood for various purposes, including the following:.Making code more performant on the assembly level.Debugging compiler and optimizer errors in native code.Fixing executables żeby disassembly in the absence of source code.Diagnosing malwareWho This Book Is ForIntermediate-to-advanced programmers and programming students.
Opinie i recenzje użytkowników
Dodaj opinie lub recenzję dla Low-Level Programming. Twój komentarz zostanie wyświetlony po moderacji.