Jump to ratings and reviews
Rate this book

Programming from the Ground Up

Rate this book
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 * 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 optimizationMost 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.

332 pages, Paperback

First published January 1, 2004

28 people are currently reading
286 people want to read

About the author

Jonathan Bartlett

40 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
42 (47%)
4 stars
29 (32%)
3 stars
16 (18%)
2 stars
1 (1%)
1 star
0 (0%)
Displaying 1 - 7 of 7 reviews
Profile Image for Joe Feeney.
29 reviews20 followers
October 24, 2017
I have experimentally determined that no review that has been indexed by the reviews service contains the word "caca".

So in order to test the indexing function I am simply writing a review that has the word "caca".

You're welcome.

CaCa
42 reviews
September 24, 2018
Great introduction to programming at a base level. Only knock is that it is older and the focus on x86 makes it a little less relevant for most machines students will be working on. Nothing that booting up a virtual environment doesn't solve though.
Profile Image for Abhishek Jaisingh.
34 reviews5 followers
October 1, 2019
A really nice introduction to low level programming in assembly. Only catch seems to be the book is a little old, and most of the programs are written for 32-bit architectures, that need some refactoring to run on modern 64-bit systems.
Profile Image for Diego Pino.
73 reviews14 followers
September 7, 2016
This is a great book for getting you introduced on how computers work at low-level (layout of programs, memory and virtual memory, system calls, i/o) and to help you learn the basis of assembly programming (the examples are written in GAS but it also explains Intel syntax). It is very didactic book, well-written and easy to follow. And it is free available (I downloaded from a GNU-related site). It is a pity Jonathan Barlett hasn't written more books.
2 reviews
May 26, 2015
One might think it is not necessary to be familiar with ASM these days, another might think this book is outdated, but looking from the C/C++ programmer point of view I would definitely recommend this book, of course, you won't become professional assembly developer, but you'll get a taste of it, this feeling, when you're in charge of pretty much everything. It also nice to see how C and C++ are actually close to the ASM, and thus hardware.
Displaying 1 - 7 of 7 reviews

Can't find what you're looking for?

Get help and learn more about the design.