Professional Assembly Language

electronic resource

English language

Published Dec. 22, 2005 by John Wiley & Sons, Ltd..

ISBN:
9780764595615

View on OpenLibrary

1 star (1 review)

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

2 editions

Review of 'Professional assembly language' on 'Goodreads'

1 star

The assembly introduction is rudimentary, omitting detailled (and, in the case of the optimisation chapter, even important) information, nor does it really help actually using the tools (such as gdb) beyond a synopsis (which is short enough to be completely useless in practice). It also endorses and uses AT&T syntax, which is a no-go for i386 (and some other) architectures.

If I remembered who recommended it to me, I’d enlighten them otherwise…