.source pseudo-op
Purpose
Identifies the source language type.
Syntax
| Item | Description |
|---|---|
| .source | StringConstant |
Description
The .source pseudo-op identifies the source language type and provides symbol table information necessary for the linkage editor. For cascade compilers, the symbol table information is passed from the compiler to the assembler to indicate the high-level source language type. The default source language type is "Assembler."
Parameters
| Item | Description |
|---|---|
| StringConstant | Specifies a valid program language name. This parameter is
not case-sensitive. If the specified value is not valid, the language
ID will be reset to "Assembler." The following values are defined:
|
Examples
To set the source language type to C++:
.source "C++"