SrcNAME

This variable contains the "root file name" portion of the source file name, which is extracted from the contents of the SourceNAME variable. For instance, if the value of SourceNAME is "D:\Source\Dump\DumpMain.asm", then the value of SrcNAME would be "DumpMain". SrcNAME should never contain the empty string unless the input file name was incorrectly specified; in which case the assembler will generate an error when it tries to access the file.

Related Information:


[Back: SrcEXT]
[Next: Using ALP]