Skip to product information
1 of 1

Assembly x64 in easy steps

Regular price $17.99
Regular price $0.00 Sale price $17.99
Sold out
Assembly x64 Programming in easy steps shows how to write code to create your own computer programs. It contains separate chapters demonstrating how to store and manipulate data in 64-bit registers...
Read More
  • 09 November 2021
View Product Details

Assembly x64 Programming in easy steps shows how to write code to create your own computer programs. It contains separate chapters demonstrating how to store and manipulate data in 64-bit registers, how to control program flow, and how to create reusable blocks of code in program functions. It includes demonstrations of parallel processing with 128-bit Streaming SIMD Extensions (SSE) and 256-bit Advanced Vector Extensions (AVX).

Assembly x64 Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin programming in modern x64 Assembly language on Windows. The code in the listed steps within the book is color-coded, making it easier for beginners to grasp. There are complete step-by-step example programs that demonstrate each aspect of coding, together with screenshots that illustrate the actual output when each program is executed.

Includes free, downloadable source code to get you started straightaway!

The book’s examples are shown in Visual Studio 2019 and are not compatible with later versions.

files/i.png Icon
Price: $17.99
Pages: 192
Publisher: In Easy Steps Limited
Imprint: In Easy Steps Limited
Publication Date: 09 November 2021
Trim Size: 8.88 X 7.38 in
ISBN: 9781840789522
Format: Paperback
BISACs: COMPUTERS / Languages / Assembly Language, Microsoft programming, COMPUTERS / Programming / Microsoft, COMPUTERS / Languages / General, COMPUTERS / Languages / Visual BASIC, JUVENILE NONFICTION / Computers / Coding & Programming, JUVENILE NONFICTION / Computers / Software, Programming techniques, Functional programming, Programming & scripting languages: general, Educational: IT & computing, ICT, Children’s / Teenage general interest: Computing & Information Technology
REVIEWS Icon
  1. Beginning Basics
  2. Getting Started
  3. Performing Arithmetic
  4. Directing Flow
  5. Addressing Options
  6. Handling Strings
  7. Building Blocks
  8. Expanding Macros
  9. Floating Points
  10. Calling Windows
  11. Incorporating Code