Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
Assembly Language Succinctly
🌠 Top Free Unix/Linux Books - 100% Free or Open Source!
  • Title Assembly Language Succinctly
  • Author(s) Chris Rose
  • Publisher: Syncfusion Inc. (2013)
  • Paperback: N/A
  • eBook PDF (132 Pages, 2.1 MB), Kindle, etc.
  • Language: English
  • ISBN-10/ASIN: N/A
  • ISBN-13: N/A
  • Share This:  

Book Description

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.

About the Authors
  • N/A
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • Zen of Assembly Language: Knowledge (Michael Abrash)

    This book unlocks the secrets of writing superb assembly-language code. It assumes that you're already familiar with assembly language, at least acquainted with the registers and instructions of the 8088, and with the use of one of the popular PC assemblers.

  • x86 Disassembly: Exploring C, x86 Assembly, and Machine Code

    This book is about the disassembly of x86 machine code into human-readable assembly, and the decompilation of x86 assembly code into human-readable C or C++ source code. Some topics covered will be common to all computer architectures, not just x86-compatible machines.

  • x86-64 Assembly Language Programming with Ubuntu

    This book provides a reference for University level assembly language and systems programming courses. Specifically, this text addresses the x86-64 instruction set for the popular x86-64 class of processors using the Ubuntu 64-bit Operating System (OS).

  • PC Assembly Language (Paul A. Carter)

    The purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. It has extensive coverage of interfacing assembly and C code.

  • The Art of Assembly Language (Randall Hyde)

    This book presents assembly language from the high-level programmer's point of view, so you can start writing meaningful programs within days. It provides a comprehensive, plain-English, and patient introduction to assembly for non-assembly programmers.

Book Categories
:
Other Categories
Resources and Links