Modern X86 Assembly Language Programming (e-bog) af Kusswurm, Daniel
Kusswurm, Daniel (forfatter)

Modern X86 Assembly Language Programming e-bog

436,85 DKK (inkl. moms 546,06 DKK)
Modern X86 Assembly Language Programming shows the fundamentals of x86 assembly language programming. It focuses on the aspects of the x86 instruction set that are most relevant to application software development. The book's structure and sample code are designed to help the reader quickly understand x86 assembly language programming and the computational capabilities of the x86 platform.&nbsp...
E-bog 436,85 DKK
Forfattere Kusswurm, Daniel (forfatter)
Forlag Apress
Udgivet 29 november 2014
Genrer UMC
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781484200643
Modern X86 Assembly Language Programming shows the fundamentals of x86 assembly language programming. It focuses on the aspects of the x86 instruction set that are most relevant to application software development. The book's structure and sample code are designed to help the reader quickly understand x86 assembly language programming and the computational capabilities of the x86 platform. Please note: Book appendixes can be downloaded here: http://www.apress.com/9781484200650Major topics of the book include the following:32-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction setX87 core architecture, register stack, special purpose registers, floating-point encodings, and instruction setMMX technology and instruction setStreaming SIMD extensions (SSE) and Advanced Vector Extensions (AVX) including internal registers, packed integer arithmetic, packed and scalar floating-point arithmetic, and associated instruction sets64-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction set64-bit extensions to SSE and AVX technologiesX86 assembly language optimization strategies and techniques