Author : Christopher Rose
Publisher :
ISBN 13 : 9781542835565
Total Pages : 132 pages
Book Rating : 4.8/5 (355 download)
Book Synopsis Assembly Language Succinctly by : Christopher Rose
Download or read book Assembly Language Succinctly written by Christopher Rose and published by . This book was released on 2017-02-05 with total page 132 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.