Modern X86 Assembly Language Programming (e-bok)
Format
E-bok
Filformat
EPUB med LCP-kryptering (0.0 MB)
Om LCP-kryptering
Nedladdning
Kan laddas ned under 24 månader, dock max 6 gånger.
Språk
Engelska
Utgivningsdatum
2018-12-06
Förlag
Apress
ISBN
9781484240632

Modern X86 Assembly Language Programming E-bok

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

E-bok (LCP),  Engelska, 2018-12-06
911
Läs i Bokus Reader för iOS och Android
Finns även som
Visa alla 2 format & utgåvor
Gain the fundamentals of x86 64-bit assembly language programming and focus onthe updated aspects of the x86 instruction set that are most relevant to applicationsoftware development. This book covers topics including x86 64-bit programming andAdvanced Vector Extensions (AVX) programming. The focus in this second edition is exclusively on 64-bit base programming architectureand AVX programming. Modern X86 Assembly Language Programming's structure andsample code are designed to help you quickly understand x86 assembly languageprogramming and the computational capabilities of the x86 platform. After readingand using this book, you'll be able to code performance-enhancing functions andalgorithms using x86 64-bit assembly language and the AVX, AVX2 and AVX-512 instruction set extensions.What You Will LearnDiscover details of the x86 64-bit platform including its core architecture, data types,registers, memory addressing modes, and the basic instruction setUse the x86 64-bit instruction set to create performance-enhancing functions thatare callable from a high-level language (C++)Employ x86 64-bit assembly language to efficiently manipulate common data typesand programming constructs including integers, text strings, arrays, and structuresUse the AVX instruction set to perform scalar floating-point arithmeticExploit the AVX, AVX2, and AVX-512 instruction sets to significantly accelerate theperformance of computationally-intense algorithms in problem domains such asimage processing, computer graphics, mathematics, and statisticsApply various coding strategies and techniques to optimally exploit the x86 64-bit,AVX, AVX2, and AVX-512 instruction sets for maximum possible performanceWho This Book Is For Software developers who want to learn how to write code using x86 64-bit assembly language. It's also ideal for software developers who already have a basic understanding of x86 32-bit or 64-bit assembly language programming and are interested in learning how to exploit the SIMD capabilities of AVX, AVX2 and AVX-512.
Visa hela texten

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Daniel Kusswurm

  • Modern Arm Assembly Language Programming

    Daniel Kusswurm

    Gain the fundamentals of Armv8-A 32-bit and 64-bit assembly language programming. This book emphasizes Armv8-A assembly language topics that are relevant to modern software development. It is designed to help you quickly understand Armv8-A assembl...

  • Modern Parallel Programming with C++ and Assembly Language

    Daniel Kusswurm

    Learn the fundamentals of x86 Single instruction multiple data (SIMD) programming using C++ intrinsic functions and x86-64 assembly language. This book emphasizes x86 SIMD programming topics and technologies that are relevant to modern software de...