Skip to content

Assembly Language Step-by-Step: Programming with Linux

Assembly Language Step-by-Step: Programming with Linux Paperback - 2009

by Duntemann, Jeff

  • Used
  • very good
  • Paperback

Description

Wiley, 2009. Third Edition. Paperback. Very Good/None as issued. 7x1x8. Third edition. Clean, solid paperback copy with unmarked text. Cover has mild surface and edge wear. Slight shelf wear toning to upper page edges. Minor bends to bottom, back pages, does not affect use. Binding is tight and square, no creases to spine. Books that sell for $9 or more ship in a box; under $9 in a bubble mailer. Expedited and international orders may ship in a flat rate envelope rather than a box due to cost constraints. All US-addressed items ship with complimentary delivery confirmation.
Used - Very Good
NZ$54.22
NZ$11.27 Shipping to USA
Standard delivery: 7 to 14 days
More Shipping Options
Ships from Lake Country Books and More (Minnesota, United States)

Details

  • Title Assembly Language Step-by-Step: Programming with Linux
  • Author Duntemann, Jeff
  • Binding Paperback
  • Edition Third Edition
  • Condition Used - Very Good
  • Pages 656
  • Volumes 1
  • Language ENG
  • Publisher Wiley
  • Date 2009
  • Features Index, Price on Product - Canadian, Table of Contents
  • Bookseller's Inventory # HD32305120012
  • ISBN 9780470497029 / 0470497025
  • Weight 2.05 lbs (0.93 kg)
  • Dimensions 9.26 x 7.36 x 1.35 in (23.52 x 18.69 x 3.43 cm)
  • Library of Congress Catalog Number 2009933745
  • Dewey Decimal Code 005.268

About Lake Country Books and More Minnesota, United States

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

Lake Country Books offers a wide variety of out of print, current, and antiquarian books. We continuously add new inventory, and welcome special orders and search requests for titles we may not currently have in stock. Customers have consistently complimented us on our prompt shipping and quality packaging. All books ship in a museum-quality, acid-free plastic sleeve as an inner wrap. Books over $7 ship bubble wrapped and boxed; books under $7 ship in a bubble mailer. All our items ship with delivery confirmation.

Terms of Sale:

All orders ship from our location within 2 business days, and most within 24 hours. Returns will be accepted on any item returned to us within 7 days of buyer's receipt of their order. Items returned due to an error on our part, including, but not limited to, errors and/or omissions in the listing description, or shipment of the incorrect item, will be refunded for the full amount of the item, including shipping. Items returned due to an error on the buyer's part, buyer's remorse, or a cancellation request after the item has shipped, will be refunded for the purchase amount of the item less a 10% restocking fee. There will be no refund for shipping in these cases. Refunds will be issued within 2 business days of receipt of the item when it is received back in the same condition it was in when originally shipped. Adjustments to refunds, up to 100% of the cost of the item, will be made for returns damaged in shipment due to improper packaging, removal of shrink wrap from new items if it was present when shipped, and/or damage or wear to the item while it was in the possession of the buyer.

Browse books from Lake Country Books and More

From the rear cover

Learn assembly language, and you learn the machine

In this third edition of his bestselling guide to Intel x86 assembly language under Linux, Jeff Duntemann positions assembly not as unapproachable geek arcana but as a first programming language, suitable for readers who have no previous programming experience. As the fundamental language of the CPU, assembly lays the groundwork for all other programming languages, especially native-code C, C++, and Pascal. By mastering assembly, programmers will learn how x86 computers operate all the way down to "the bare silicon," at a level of detail that no other approach can equal.

Assembly Language Step by Step, Third Edition, helps you:

  • Review the fundamental concepts behind computing and programming, including the hexadecimal and binary number bases
  • Understand the evolution of the Intel CPUs and how modern x86 processors operate
  • Grasp the process of programming itself, from editing source code through assembly, linking, and debugging
  • Comprehend x86 32-bit protected-mode memory addressing
  • Learn the x86 instruction set by dissecting numerous complete example programs
  • Work with the wealth of free programming utilities under Ubuntu Linux, including the Kate editor, the NASM assembler, and the GNU toolset
  • Master practical details of Linux programming, including procedures, macros, the INT 80h call gate, and calls to the standard C libraries

About the author

Jeff Duntemann has been writing about computing for over thirty years, and is the author of numerous books on programming, wireless networking, and system administration. He has been a columnist in Dr. Dobb's Journal, and has edited well-known programming publications like PC Techniques and Visual Developer. After hours, he enjoys blogging, astronomy, amateur radio, and writing science fiction.