Search This Blog

Some of the driver samples in this book have Assembly language files (.ASM files). You cannot refer to the .ASM file directly into the SOURCES file. Instead, you have to create a directory called I386 in the directory where the source files for the drivers are kept. All the .ASM files for the drivers must be kept in the I386 directory. The BUILD.EXE utility automatically uses ML.EXE to compile these .ASM files.

Its a valuable resource to know how to use asm files with driver build.
Writing Windows NT Device Drivers
Blogged with the Flock Browser

0 comments