Jump to ratings and reviews
Rate this book

The Art of Assembly Language 2nd (second) edition Text Only

Rate this book
Basically brand new, sitting on my shelf since i bought it

Paperback

First published September 1, 2003

32 people are currently reading
448 people want to read

About the author

Randall Hyde

18 books16 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
33 (30%)
4 stars
38 (35%)
3 stars
24 (22%)
2 stars
11 (10%)
1 star
2 (1%)
Displaying 1 - 8 of 8 reviews
Profile Image for Fotis Koutoulakis.
117 reviews13 followers
November 29, 2016
I'm confused with this book. It's a book that presents some topics about writing assembly, and how an x86 system works, but it reads more as a tutorial of a language called HLA, for High Level Assembly, that the author wrote.

The purpose of teaching that language is that it's supposed to ease your transition into (very) low level languages, and serve you when you try to write assembly programs, so that you can hit the ground running faster.

The thing is however, that today very few programmers need to write in Assembly (mostly Compiler Engineers, Operating System Developers, Optimization/Performance Engineers, Embedded Software Engineers, etc), and those are better suited with just learning assembly proper. Using another thin abstraction layer over it doesn't make much sense to me, especially so when you can use C as one.
Profile Image for Fadi Abusnaineh.
2 reviews
December 21, 2012
One of the best references out there, if you want to write a better assembly programs, then this is your guidance.
I really enjoyed reading this book, starts from simple logic rules explanation and gos through operations on binary, hexadecimal and decimal coding systems. with no time you will understand how to write and review your code.
Thank you Randall Hyde.

2 reviews
June 24, 2012
A good introduction by way of a macro language that interfaces with assembly. You'll learn good foundational information along with the convenient built in HLA macros long before you hit the nitty gritty of x86 assembly but it is a good book overall.
Profile Image for Dan.
158 reviews5 followers
November 3, 2018
Not a fan. He invented his own high-level language (HLA) and teaches that instead of actual x86_64 Assembly for most of the book. It could be good but I’d rather learn a real language than a purely pedagogical one. Also, I have a background with other languages, including C, so perhaps I was not the target audience for this book.
18 reviews3 followers
December 25, 2013
I bought this book to learn about assembly, and I was kind of disappointed because this book is more about the HLA language (which the author created) than pure assembly language. I read another book (Assembly Language Step-by-Step: Programming with Linux) afterwards and found it much more interesting for those who want to learn about how x86 systems work, for example.
1 review2 followers
Currently reading
November 29, 2010
I think this is the same book. Same author anyways. I'm reading an online version.
Profile Image for Dan.
87 reviews
Want to read
December 25, 2017

The Art of Assembly Language teaches programmers how to understand assembly language and how to use it to write powerful, efficient code. Using the proven High Level Assembler (HLA) as its primary teaching tool, The Art of Assembly Language leverages your knowledge of high level programming languages to make it easier for you to quickly grasp basic assembly concepts.

Displaying 1 - 8 of 8 reviews

Can't find what you're looking for?

Get help and learn more about the design.