Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
33 used & new from £17.50

Have one to sell? Sell yours here
 
   
Professional Assembly Language Programming (Programmer to Programmer)
 
 

Professional Assembly Language Programming (Programmer to Programmer) (Paperback)

by Richard Blum (Author) "One of the first hurdles to learning assembly language programming is understanding just what assembly language is ..." (more)
4.0 out of 5 stars See all reviews (3 customer reviews)
RRP: £26.99
Price: £22.94 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.05 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 4 left in stock--order soon (more on the way).

Want guaranteed delivery by Saturday, July 11? Choose Express delivery at checkout. See Details
23 new from £18.85 10 used from £17.50

Frequently Bought Together

Professional Assembly Language Programming (Programmer to Programmer) + Reversing: Secrets of Reverse Engineering + Hacking: The Art of Exploitation
Price For All Three: £77.26

Show availability and shipping details


Customers Who Bought This Item Also Bought

Reversing: Secrets of Reverse Engineering

Reversing: Secrets of Reverse Engineering

by Eldad Eilam
4.5 out of 5 stars (2)  £16.24
Hacking: The Art of Exploitation

Hacking: The Art of Exploitation

by Jon Erickson
4.5 out of 5 stars (10)  £38.08
The Shellcoder's Handbook: Discovering and Exploiting Security Holes

The Shellcoder's Handbook: Discovering and Exploiting Security Holes

by Chris Anley
5.0 out of 5 stars (1)  £22.39
Assembly Language Step-by-Step: Programming with DOS and Linux (Wiley computer publishing)

Assembly Language Step-by-Step: Programming with DOS and Linux (Wiley computer publishing)

by Jeff Duntemann
4.2 out of 5 stars (5)  £24.04
Programming in C (Developer's Library)

Programming in C (Developer's Library)

by Stephen Kochan
5.0 out of 5 stars (4)  £21.99
Explore similar items

Product details

  • Paperback: 576 pages
  • Publisher: John Wiley & Sons; illustrated edition edition (11 Feb 2005)
  • Language English
  • ISBN-10: 0764579010
  • ISBN-13: 978-0764579011
  • Product Dimensions: 23.4 x 18.4 x 3.8 cm
  • Average Customer Review: 4.0 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 269,122 in Books (See Bestsellers in Books)

    Popular in this category:

    #7 in  Books > Computing & Internet > Programming > Languages > Assembly Language Programming
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Programming Language
   microsoft.com/VisualStudio    Program in Multiple Languages with more flexibility for efficiency. 
Firmware outsourcing
   www.CodeConcept.pl    Take advantage of our experience! Programme your embedded with Us 
Learn Programming
   www.HomeLearningCourses.com    Learn programming, UK courses. Learn from home for a better future 
  
 

Product Description

Product 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 language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging


From the Back 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


See all Product Description

Inside This Book (Learn More)
First Sentence
One of the first hurdles to learning assembly language programming is understanding just what assembly language is. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

3 Reviews
5 star:
 (1)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
6 of 6 people found the following review helpful:
4.0 out of 5 stars Good content, but lots of mistakes, 21 Feb 2006
By Mr. M. Vasiljevs "sonic" (London, UK) - See all my reviews
(REAL NAME)   
I would have given this book 5 if not for the ammount of mistakes it has. You will most likely notice most of them;

Nevertheless i WOULD recommend the book; it very readable, have good examples and cover all areas in low-level development you will need/are interested in. That is true that it does cover quite basics, but overall vibes about the book are good.

It also uses assmbler that is built into gcc, that is way more usefull than something like nasm, which i'm personaly allergic to - so i would not go for 'Step by Step' book.

There are sections you might skip, that you are familiar with, e.g. stack frames, or linking to C/C++ object code, but it might not hurt to skim through quickly, to obtain a more complete idea.

There are not many alternatives in the area, though it might not be another Kerrigan And Ritchie masterpiece, it is a good book to own, i.e. BETTER than any other ones i know of.

reasons to buy this book:

*Good introduction for begginer (but a C programmer)
*All related topics covered
*Practical examples of code given for all topics
*Free from dangerous practice

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
11 of 12 people found the following review helpful:
5.0 out of 5 stars Very impressed, 19 April 2005
This is the 2nd Assembly book I've bought in the past few weeks. I'm an amateur game developer and one of the tricks of the trade is to be able to optimise parts of your C++ code as the rule is that 90% of the work is done in 10% of the code.

I am pleased to add that this book is very impressive both in terms of what information it covers and how that information is presented. It's a 'Programmer to programmer' book which means if you already know how to program then this is an excellent reference (The more you know the better, but I suppose you can get by only knowing the basics). There is also some emphasis on how C/C++ high level code is converted to assembly - just dont expect to pick up any compiler theory because that's a completely different kettle of fish. This book is for existing programmers and the code conversion helps you to understand how a routine in C can be rewritten in Assembly.

This book covers the usual computer architecture you would need to know to program IA-32 chipsets (That's the Intel / AMD / 32bit architecture), and even goes into some detail about enhanced instruction sets (MMX / SSE), which I personally find quite enlightening. Too many of these Assembly books are outdated. How are you supposed to optimise code for modern chipsets if you've only been taught to program a 386? The coverage of MMX and SSE is very good and short code examples are used throughout the entire book with very clear explanations.

The book specifically teaches gas which is the GNU assembler. There are several reasons for this, but my gripe is learning the AT&T style syntax of gas. This shouldn't be too confusing for your average programmer because there are several reminders that the syntax differs from the intel reference manual throughout the book. Some information is offered right at the beginning to help you set up with any preffered assembler. Source code is downloadable from the book website which is very handy.

What I like most of all about this book is that it is organised in a way that agrees with me. As a programmer I want to know how to do specific tasks, and sometimes I want to know in some detail about that thing, and this book delivers. I also like the way it doesn't refer to extinct architectures like some other books do. The information is up to date, and covers most if not all applicable ways that Assembly might be used today in modern, professional software. Big thumbs up for this one, it fills the gap.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
10 of 11 people found the following review helpful:
3.0 out of 5 stars Only for absolute beginners, 16 Jun 2005
By Julian Morrison - See all my reviews
(REAL NAME)   
What this book will give you: an understanding of x86 asembler sufficient to begin learning under your own steam from online sources (eg: the developer manuals which Intel provides) and from examining the output of compilation to assembler. As per usual in the "Professional" series of books, no time is wasted re-teaching you the basics of programming itself.

What it will NOT give you: sufficient understanding to code non-trivial assembler programs, or to optimize in anything but the most simplistic manner. It doesn't even contain a comprehensive listing of x86 instructions! This definitely cannot be your only reference book.

Still, I'm happy I bought this book. Despite it's limitations, it's readable, comprehensible, and immediately useful.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Listmania!


Look for similar items by category


Feedback


Hack Attacks Revealed: A...

Hack Attacks Revealed...

The path to pro hackerdom is Hack Attacks Revealed, but be warned, the... Read more

Find similar items

 

More From Richard Blum

Linux Command Line...

Linux Command Line and Shell...

There′s a lot to be said for going back to basics. Not only does this... Read more
£33.99 £23.79

 

Up to 53% off Braun Series Shavers

Braun Series 3 390cc Clean & Renew System Rechargeable Foil Electric Shaver
Get in touch with your smooth side with Braun Series shavers, now with Gillette blade technology.

Discover Braun Series at Amazon.co.uk

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers
The Girl Who Played with Fire
Breaking Dawn (Twilight Saga)
The Girl with the Dragon Tattoo
The Host
The Host by Stephenie Meyer

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates