|
| Login | Sign up | My Wish List |
![]() | Introduction to Assembly Language Programming: From 8086 to Pentium Processors (Undergraduate Texts in Computer Science) by Sivarama P. Dandamudi ISBN-10: 0387985301 ISBN-10: 0-387-98530-1 ISBN-13: 9780387985305 ISBN-13: 978-0-387-98530-5 Hardcover 2000-10-06 Springer Find Lowest Price | |
Editorials | ||
Product Description This textbook introduces the reader to assembly language programming and its role in computer programming and design. The author concentrates on covering the 8086 family of processors up to and including the Pentium. The focus is on providing students with a firm grasp of the main features of assembly programming, and how it can be used to improve a computer's performance. All of the main features are covered in depth: stacks, addressing modes, arithmetic, selection and iteration, and bit manipulation; and amongst the advanced topics covered are: string processing, macros, interrupts and input/output handling, and interfacing with higher-level languages such as C. A particular strength is the discussion of the improvements in performance that can be achieved using assembly programming where appropriate. The book is based on several years of a successful course offered by the author and includes numerous hands-on exercises for students to undertake. | ||
Reviews | ||
Easy to Learn Assembly Programming I found this book easy to read and learned a great deal from it. My background is a C/C++ programmer, who needs to do a little assembly programming at times. This is the best book I have found. My search was not exhaustive, but I did read chapters from a half-dozen other books and found them unacceptable. On the downside, there are more grammatical errors than the average programming book has, but this did not detract from its ability to teach the subject. There is also some repetition, but I found this helpful because it presented the more complex topics from a different angle and reinforced what I was trying to learn. Overall, I was very impressed with the clear and thorough explanations. | ||
Free assembler I am the author of the book. The book's home page has detailed instructions to download free Microsoft assembler (MASM). You can also download the source code of all the programs used in the book. For instructors and students, viewgraph slides are available for all the chapters. | ||
Good for undergraduate courses This book can be a good choice for Computer Architecture introductory courses using IA32 as ISA reference. It can be useful for students as a general reference. However, complementary classic texts are also needed to cover a course, because the text of Dandamudi refers only to IA32, lacks a desiderable formal approach, and covers poorly (or does not cover) some typical issues (floating-point, DMA). | ||
Readers beware! Good introductory books on assembly language are hard to come by, especially for the Intel platform. This is an attempt to fill the gap, and looking through the topics covered, it looks promising. Unfortunately, the language is so poor that the book is virtually unreadable. Almost every piece of information is repeated 2 or 3 times, sometimes resulting in an almost comical effect. So, better luck with another book... | ||