HomeComputers & TechnologyModern X86 Assembly Language Programming: 32-bit, 64-bit, SSE, and AVX
Skip to product information
1 of 1

Modern X86 Assembly Language Programming: 32-bit, 64-bit, SSE, and AVX

paperbackNovember 25, 2014
Regular price $242.40 USD
Regular price Sale price $242.40 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New Out of Stock
ISBN-13: 9781484200650 ISBN-10: 1484200659
Publisher
Apress
Binding
paperback
Published
November 25, 2014
Weight
2.0 lbs
Dimensions
22.20×3.80×15.20 cm

About this book

Modern X86 Assembly Language Programming: 32-bit, 64-bit, SSE, and AVX by Kusswurm, Daniel. paperback edition. ISBN: 9781484200650.

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 books 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/9781484200650 Major topics of the book include the following: 32-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction set X87 core architecture, register stack, special purpose registers, floating-point encodings, and instruction set MMX technology and instruction set Streaming SIMD extensions (SSE) and Advanced Vector Extensions (AVX) including internal registers, packed integer arithmetic, packed and scalar floating-point arithmetic, and associated instruction sets 64-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction set 64-bit extensions to SSE and AVX technologies X86 assembly language optimization strategies and techniques