Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 635 Bytes

include-masm.md

File metadata and controls

23 lines (16 loc) · 635 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: INCLUDE
INCLUDE (MASM)
12/17/2019
INCLUDE directive
1c7964ee-715c-414e-a45e-74af93476eb4

INCLUDE

Inserts source code from the source file given by filename into the current source file during assembly.

Syntax

INCLUDE filename

Remarks

The filename must be enclosed in angle brackets if it includes a backslash, semicolon, greater-than symbol, less-than symbol, single quotation mark, or double quotation mark.

See also

Directives reference
MASM BNF Grammar