ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Windows Assembly Language and Systems Programming
Author:
Barry Kauler
ISBN:
0 87930 474 X
Publisher:
CMP Books
Pages:
420pp+disk
Price:
$49.95
Reviewer:
James Gordon
Subject:
assembler
Appeared in:
13-1
I've wanted to learn Assembler for a long time, to help with writing better C++.

This book explains the Intel architecture from the 286 upwards and goes into Windows 3.x to 95. It explains everything from BIOS calls, Windows services, real time events, etc. laying a trail, leading you from the basic knowledge onto advanced understanding of how it all works.

I have had to use this book whilst trying to debug a piece of code from a third party that was crashing and it helped immensely in understanding what all the different registers where for and what the instructions did. It teaches you to write Windows Programs using snippets and working examples and includes a disc of the code and some utilities.

It has an extensive set of appendixes listing instructions and what they change, keyboard constants, DPMI and interrupts.

It seems to be a very thorough book, nicely laid out and easy to read. Yes I would have bought it if I were really serious about learning assembler.