.INCLUDE

A directive that contains a file for assembly.

Syntax:

    .INCLUDE txt_expr

Example:

    .INCLUDE "c:\asm6502\stałe.65s"
    .INCLUDE ".\macros\macros"

Description:

Directive. INCLUDE allows you to include other source files in the assembled program. They are inserted at the point where the Directive is exported. Include. This allows you to include files with standing and macro definitions.