Skip to content

Professional Assembly Language

Best in textbook rentals since 2012!

ISBN-10: 0764579010

ISBN-13: 9780764579011

Edition: 2005

Authors: Richard Blum

List price: $52.00
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

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…    
Customers also bought

Book details

List price: $52.00
Copyright year: 2005
Publisher: John Wiley & Sons, Incorporated
Publication date: 2/11/2005
Binding: Paperback
Pages: 576
Size: 7.30" wide x 9.20" long x 1.20" tall
Weight: 2.464

Acknowledgments
Contents
Introduction
What Is Assembly Language?
The IA-32 Platform
The Tools of the Trade
A Sample Assembly Language Program
Moving Data
Controlling Execution Flow
Using Numbers
Basic Math Functions
Advanced Math Functions
Working with Strings
Using Functions
Using Linux System Calls
Using Inline Assembly
Calling Assembly Libraries
Optimizing Routines
Using Files
Using Advanced IA-32 Features
Index