Book The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming PDF Download - Randall Hyde
Download ebook ➡ http://get-pdfs.com/pl/book/612827/846
The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming
Randall Hyde
Page: 1032
Format: pdf, ePub, mobi, fb2
ISBN: 9781718501096
Publisher: No Starch Press
Download or Read Online The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Free Book (PDF ePub Mobi) by Randall Hyde
The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde PDF, The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde Epub, The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde Read Online, The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde Audiobook, The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde VK, The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde Kindle, The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde Epub VK, The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming Randall Hyde Free Download
Overview
A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The Art of Assembly Language.
Randall Hyde's The Art of Assembly Language has been the go-to book for learning assembly language for decades. Hyde's latest work, Art of 64-bit Assembly Language is the 64-bit version of this popular text. This book guides you through the maze of assembly language programming by showing how to write assembly code that mimics operations in High-Level Languages. This leverages your HLL knowledge to rapidly understand x86-64 assembly language.
This new work uses the Microsoft Macro Assembler (MASM), the most popular x86-64 assembler today. Hyde covers the standard integer set, as well as the x87 FPU, SIMD parallel instructions, SIMD scalar instructions (including high-performance floating-point instructions), and MASM's very powerful macro facilities. You'll learn in detail: how to implement high-level language data and control structures in assembly language; how to write parallel algorithms using the SIMD (single-instruction, multiple-data) instructions on the x86-64; and how to write stand alone assembly programs and assembly code to link with HLL code. You'll also learn how to optimize certain algorithms in assembly to produce faster code.