| ||||||||||||
|
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now |
This book fills a real need right now. It is the only book available that (a) is readable by new programmers, (b) focuses on the cleaner 32-bit assembly language, (c) targets the Linux platform, and (d) uses the tools that are available standard on Linux distributions. The other Linux assembly language books require downloading and installing third-party assemblers, while this book uses the one that comes with the gcc tool chain.
This book also fills a need in the industry. Right now there are numerous programmers who either never got a formal education or went to a school that did not require assembly language programming. When you don't understand assembly language, you miss out on learning how the computer thinks and acts underneath the hood. This book has helped numerous programmers come back and learn assembly language and really understand how the computer works. If assembly language has been a "black magic" subject for you, this book will help you out.
Product Details
Would you like to update product info or give feedback on images? |
The nice thing about it is that its written for the gcc compiler and IA-32 architecture, so all you need to write programs that run on your machine is an Intel processor with a Linux partition.
For people who are just beginning to program, the ground-up style of this book gives a unique perspective. Because assembly is more difficult than higher-level languages, I'd recommend that true beginners get familiar with a language like C or Java first, then turn to this book for a fuller understanding of programming. About a semester's worth of another language should prepare you I think. That being said, I do think it's easy to overlook the importance of low-level programming. After you have some experience with control structures and manipulating strings, take a look at this book to really flesh out your knowledge. I definitely felt I gained a better understanding of how we get from source code in a text file to instructions that the machine can really understand.
|