----------------------------- C51.PDF---------------------------------------------------- Keil Software - Cx51 Compiler User's Guide 79 SRC Abbreviation: None. Arguments: An optional filename in parentheses. Default: None. ÞVision2 Control: Can be set under ÞVision2 as follows: Right click on the file in the Project Window - Files tab Choose Options for: to open Options - Properties page Enable Generate Assembler SRC file Description: Use the SRC directive to create an assembler source file instead of an object file. This source file may be assembled with the A51 assembler. If a filename is not specified in parentheses, the base name and path of the C source file are used with the .SRC extension. NOTE The compiler cannot simultaneously produce a source file and an object file. See Also: ASM, ENDASM Example: C51 SAMPLE.C SRC C51 SAMPLE.C SRC(SML.A51)