The Microsoft C++ compiler (CL) is used to preprocess assembly sources. This compiler's preprocessor expands macros into source that is lexically compatible with the Alpha assembler. You can also use preprocessor directives for conditional assembly and for including other files.
Note File names with the extension .I are assumed to have been preprocessed.
For information on using the preprocessor, see the Microsoft C/C++ Language Help.