Art of 64-Bit Assembly, Volume 1 : X86-64 Machine Organization and Programming by Randall Hyde (2021, Trade Paperback)
Great Book Prices Store (339756)
96.8% positive Feedback
Price:
US $64.47
Approximately£47.72
+ $19.99 postage
Estimated by Mon, 4 Aug - Wed, 20 AugEstimated delivery Mon, 4 Aug - Wed, 20 Aug
Returns:
14 days return. Buyer pays for return postage. If you use an eBay delivery label, it will be deducted from your refund amount.
Condition:
NewNew
Art of 64-Bit Assembly Language : X86-64 Machine Organization and Programming, Paperback by Hyde, Randall, ISBN 1718501080, ISBN-13 9781718501089, Brand New, Free shipping in the US 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.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherNo Starch Press, Incorporated
ISBN-101718501080
ISBN-139781718501089
eBay Product ID (ePID)27050414026
Product Key Features
Number of Pages1032 Pages
Publication NameArt of 64-Bit Assembly, Volume 1 :x86-64 Machine Organization and Programming
LanguageEnglish
SubjectProgramming / General, Computer Science, General, Programming Languages / Assembly Language
Publication Year2021
TypeTextbook
AuthorRandall Hyde
Subject AreaMathematics, Computers
FormatTrade Paperback
Dimensions
Item Height2.4 in
Item Weight66.6 Oz
Item Length9.3 in
Item Width7.1 in
Additional Product Features
Intended AudienceTrade
LCCN2021-020214
TitleLeadingThe
Reviews"Hands down the best reference and most in depth book on x86/x64 Assembly language." --TechMeister, Amazon reviewer
Dewey Edition23
IllustratedYes
Dewey Decimal005.136
Table Of ContentIntroduction Chapter 1: Hello, World of Assembly Language Chapter 2: Data Representation and Operations Chapter 3: Memory Access and Organization Chapter 4: Constants, Variables, and Data Types Chapter 5: Procedures and Modules Chapter 6: Arithmetic Chapter 7: Low-Level Control Structures Chapter 8: Advanced Arithmetic Chapter 9: Numeric Conversion Chapter 10: Table Lookups Chapter 11: SIMD Instructions Chapter 12: Bit Manipulation Chapter 13: Macros and the MASM Compile-Time Language Chapter 14: The String Instructions Chapter 15: Managing Complex Projects Chapter 16: Standalone Assembly Language Programs A: ASCII Character Set B: Glossary C: Installing and Using Visual Studio D: The Windows Command-Line InterpreterE Answers to Questions
SynopsisA 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.