Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Assembly Language Succinctly

Posted By: andr1078
Assembly Language Succinctly

Chris Rose "Assembly Language Succinctly"
Publisher: Syncfusion Inc | English | 2013 | 132 pages | PDF | 2.1 MB

Assembly language is as close to writing machine code as you can get without writing in pure hexadecimal. Since it is such a low-level language, it’s not practical in all cases, but should definitely be considered when you’re looking to maximize performance.
With Assembly Language Succinctly by Chris Rose, you’ll learn how to write x64 assembly for modern CPUs, first by writing inline assembly for 32-bit applications, and then writing native assembly for C++ projects. You’ll learn the basics of memory spaces, data segments, CISC instructions, SIMD instructions, and much more.
Whether you’re working with Intel, AMD, or VIA CPUs, you’ll find this book a valuable starting point since many of the instructions are shared between processors.