Programming from the Ground Up (see notes below)

$34.95

Out of stock

Description

by Jonathan Bartlett

NOTE – a new book by Jonathan Bartlett covers 64-bit assembly language programming, called Learn to Program with Assembly.  While Programming from the Ground Up is recommended if you specifically need 32-bit programming, Learn to Program with Assembly covers not only modern 64-bit programming but many more modern programming features such as garbage collection and exception handling.

Additional Note – we are no longer selling this book directly, but it is still available from Amazon.  Please use this link to purchase the book (other versions do not pay the author).

Programming from the Ground Up uses Linux assembly language to teach new programmers the most important concepts in programming. It takes you a step at a time through these concepts:

  • How the processor views memory
  • How the processor operates
  • How programs interact with the operating system
  • How computers represent data internally
  • How to do low-level and high-level optimization

Most beginning-level programming books attempt to shield the reader from how their computer really works. Programming from the Ground Up starts by teaching how the computer works under the hood, so that the programmer will have a sufficient background to be successful in all areas of programming.

This book has been used by universities as diverse as Princeton and DeVry, and was endorsed by Joel Spolsky, cofounder of StackExchange.

I highly recommend working through this book even if you’ll never program assembly again… you’ll be a vastly better programmer. — Joel Spolsky, JoelOnSoftware.com

Leave a Reply

Your email address will not be published. Required fields are marked *