Assembler Directives - Include
INCLUDE - Inserts the specified EASy68K source file at the current location. The inserted file may contain any valid EASy68K source. The filename must include the extension and must be enclosed in single (') or double (") quotes if any part of the file path or name includes spaces.
Usage:
[label] INCLUDE file_name
Example:
* Include macro definitions
INCLUDE "C:\EASy68K\macros\input output macros.x68"