Related Subjects
Architecture CAD Computer Technology Computers Computers & Technology Desktop Publishing Drafting & Presentation Education & Reference Engineering Graphic Design LAN Languages & Tools Mathematics Networking Networks, Protocols & APIs Programming Science & Math Technology Web Development & DesignWhile not perfect for the beginning x86 assembly language programmer, Abel's text is an excellent overview of the basic and intermediate concepts of x86 assembly. This text covers many of the commands of the x86 instruction set and is an excellent introduction to learning about various BIOS and DOS interrupts. Herein lies a slight problem with the text. Relying too heavily on the "old world" of DOS and Windows 95/98 (and...
0Report
Dear fellow readers: The concept of writing assembly programs frightens most programmers who have adjusted in writing software in a third generation language (e.g., Pascal, C). In fact I have read two other books in my quest to understand assembly. But this book is definitely the best I have came across. The author has broken down the assembly instructions into many chapters that can be useful in locating the subject of interest,...
0Report
I used this book as the textbook required in my Assembly class. With the help of this book I had a lot of trouble getting started. It was really killing me. But as I went on reading, I began to understand what the previous chapters were talking about. As I got a hang of it, the book became more and more useful and important to me. So This book is really good after all, but only if you don't give up in the beginning.
0Report
This book covers assembler programming very smoothly and in an easy-to-understand way. It goes step-by-step through each function and INT, giving good examples and explanations. You won't, though, understand it unless you already have some experience with higher-level languages.
0Report
The book is a complete reference on assembly language instructions, operands and data types. Sadly, only programming in real mode is covered and protected mode is left out. There also is nothing on DMA. However, the book makes up for this but being crystally clear in it's examples and explanations; the book is meant to serve not only as a reference but also as a tutorial, and therefore has little programs in assembly code...
0Report