Join Books.org — it's free

Other Programming Languages
Professional Assembly Language by Richard Blum β€” book cover

Professional Assembly Language

by Richard Blum
Available on Bookshop Write a review

Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.

Log in to track your reading progress.

Overview

  • 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

Synopsis

Intended for C and C++ programmers, this book introduces assembly language instructions, explains how compilers create assembly language routines from C and C++ programs, and shows how the generated assembly language routines can be spruced up to increase the performance of an application. The examples are coded to run on the Linux operating system and an Intel processor. Annotation ©2005 Book News, Inc., Portland, OR

About the Author, Richard Blum

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.

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
January 1, 2005
Publisher
Wiley, John & Sons, Incorporated
Pages
576
Format
Paperback
ISBN
9780764579011

More by Richard Blum

Similar books