Introduction to 64 Bit Windows Assembly Programming

This is a textbook detailing how to write 64 bit Assembly Language programs for Microsoft Windows operating systems. The book describes how to use the free IDE, ebe, to write assembly language programs and to write functions which can be called from C programs. The ebe distribution can be obtained from https://sourceforge.net/projects/qtebe/files/Windows/.
The book targets people with some experience with C or C++ programming. The primary benefit to learning assembly is to learn how your computer operates and how it implements the features of a high level language like C. Most of the time a good C compiler can generate more efficient code with less work, though the book does describe how to write efficient code and has several examples. The final example uses the AVX instructions in the Core i7 CPU to achieve about 6 double precision results per machine cycle.

More Details Try Demo

7.46MB PDF Download

USD 4.99


Question? Contact Us