Previous: 3.2.9. $I: Include File Directive To the Table of Contents Next: 3.2.11. $L: Local Symbol Information Switch
3.2.9. $I: Include File Directive Table of Contents 3.2.11. $L: Local Symbol Information Switch

- 3.2.10. -
Table of Contents
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.10. $L: Link Object File Directive


3.2.10. $L: Link Object File Directive


Targets: MS-DOS, OS/2, Win32


Compiler directives

Instructs the compiler to link the named file with the program or unit being compiled.

Syntax:
  {$L FileName}
Remarks:
The {$L FileName} directive is used to link with code written in assembly language for subprograms declared to be external.

The named file must be an Intel relocatable object file (.OBJ file).

See also:
External Declaration


Previous: 3.2.9. $I: Include File Directive To the Table of Contents Next: 3.2.11. $L: Local Symbol Information Switch
3.2.9. $I: Include File Directive Table of Contents 3.2.11. $L: Local Symbol Information Switch

- 3.2.10. -