Skip to content

Professional Assembly Language

Professional Assembly Language Paperback - 2005

by Richard Blum

  • Used
  • very good
  • Paperback

Description

Wiley & Sons, Incorporated, John, 2005. Paperback. Very Good. Disclaimer:A copy that has been read, but remains in excellent condition. Pages are intact and are not marred by notes or highlighting, but may contain a neat previous owner name. The spine remains undamaged. At ThriftBooks, our motto is: Read More, Spend Less.Dust jacket quality is not guaranteed.
Used - Very Good
NZ$9.99
FREE Shipping to USA Standard delivery: 4 to 8 days
More Shipping Options
Ships from ThriftBooks (Washington, United States)

About ThriftBooks Washington, United States

Biblio member since 2018
Seller rating: This seller has earned a 4 of 5 Stars rating from Biblio customers.

From the largest selection of used titles, we put quality, affordable books into the hands of readers

Terms of Sale: 30 day return guarantee, with full refund including original shipping costs for up to 30 days after delivery if an item arrives misdescribed or damaged.

Browse books from ThriftBooks

Details

  • Title Professional Assembly Language
  • Author Richard Blum
  • Binding Paperback
  • Edition 1st edition
  • Condition Used - Very Good
  • Pages 546
  • Volumes 1
  • Language ENG
  • Publisher Wiley & Sons, Incorporated, John, Somerset, New Jersey, U.S.A.
  • Date 2005
  • Features Index, Table of Contents
  • Bookseller's Inventory # G0764579010I4N00
  • ISBN 9780764579011 / 0764579010
  • Weight 1.9 lbs (0.86 kg)
  • Dimensions 9.37 x 7.22 x 1.26 in (23.80 x 18.34 x 3.20 cm)
  • Library of Congress subjects Assembler language (Computer program
  • Library of Congress Catalog Number 2004029116
  • Dewey Decimal Code 005.136

Summary

Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging

First line

One of the first hurdles to learning assembly language programming is understanding just what assembly language is.

From the rear cover

Professional Assembly Language

Every high level language program (such as C and C++) is converted by a compiler into assembly language before it is linked into an executable program. This book shows you how to view the assembly language code generated by the compiler and understand how it is created. With that knowledge you can tweak the assembly language code generated by the compiler or create your own assembly language routines.

This code-intensive guide is divided into three sections -- basics of the assembly language program development environment, assembly language programming, and advanced assembly language techniques. It shows how to decipher the compiler-generated assembly language code, and how to make functions in your programs faster and more efficient to increase the performance of an application.

What you will learn from this book:

  • The benefits of examining the assembly language code generated from your high-level language program
  • How to create stand-alone assembly language programs for the Linux Pentium environment
  • Ways to incorporate advanced functions and libraries in assembly language programs
  • How to incorporate assembly language routines in your C and C++ applications
  • Ways to use Linux system calls in your assembly language programs
  • How to utilize Pentium MMX and SSE functions in your applications

About the author

Richard Blum has worked for a large U.S. government organization for more than 15 years. During that time, he has had the opportunity to program utilities in various programming languages: C, C++, Java, and Microsoft VB.NET and C#. With this experience, Rich has often found the benefit of reviewing assembly language code generated by compilers and utilizing assembly language routines to speed up higher-level language programs.
Rich has a bachelor of science degree in electrical engineering from Purdue University, where he worked on many assembly language projects. (Of course, this was back in the eight-bit processor days.) He also has a master of science degree in management from Purdue University, specializing in Management Information Systems.