🎁 Final Month Special: 15% OFF + Free Shipping on Most Items! Don't Miss Out - Shop Now! ✨

Shopping Cart

Sub Total: $0.00
Total: $0.00
Checkout

Search Products

Assembly x64 in easy steps: Modern coding for MASM, SSE & AVX by Mike McGrath Image 1
View Media Gallery
Assembly x64 in easy steps: Modern coding for MASM, SSE & AVX by Mike McGrath Nav Image 1

Assembly x64 in easy steps: Modern coding for MASM, SSE & AVX by Mike McGrath

$9.00 $10.99


Tags:

9781840789522 assembly coding assembly programming assembly x64 assembly x64 coding assembly x64 in easy steps assembly x64 programming Book by Mike Mcgrath Business and Computing in easy steps in easy steps book in easy steps collection in easy steps collection set in easy steps series in easy steps set low level language MASM MASM SSE & AVX microsoft assembly mike mcgrath mike mcgrath assembly mike mcgrath assembly programming mike mcgrath assembly x64 mike mcgrath assembly x64 coding mike mcgrath book mike mcgrath collection mike mcgrath in easy steps mike mcgrath set SSE SSE & AVX by Mike McGrath SVX


Categories:

Business Books
Estimated Delivery:
0 people are viewing this right now
Guaranteed Safe Checkout
Trust
Trust
  • Description

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!

Table of Contents:

  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