Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Average Rating: ![]()
![]()
![]()
![]()
Based on 3 Ratings
"Excellent technical resource for assembly language" - by Justin on 20-APR-2013
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
This book is one of the best technical books I've read. If you are interested in how computers work at the lowest levels, this book is for you. It begins with an excellent treatment of binary and hexadecimal number conversion and memory management. Then it goes into x86 assembly language and shows you how to write some non-trivial programs in assembly. One of the coolest features is that it uses Visual Studio to run the examples so you can watch the values in memory change as you step through the program. All-in-all a great introduction to assembly language. Includes code for 32 and 64-bit processors.
Report as Inappropriate
Top Level Categories:
Information Technology & Software Development
Sub-Categories:
Information Technology & Software Development > Programming
Programming > Assembly