90
ImageCraft Assembly Language Guide, Document # 001-44475 Rev. *B
Assembler Directives
5.14
Include Source File
INCLUDE
Used to add additional source files to the file being assembled. When an
INCLUDE
directive is
encountered, the ImageCraft Assembler reads in the specified source file until either another
INCLUDE
directive is encountered or the end of file is reached. If additional
INCLUDE
directives are
encountered, additional source files are read in. When an end of file is encountered, the Assembler
resumes reading the previous file.
Specify the full (or relative) path to the file if the source file does not reside in the current directory.
Directive
Arguments
INCLUDE
< file name >
Example:
Three files are included into the source code.
INCLUDE "MyInclude1.inc"
INCLUDE "MyIncludeFiles\MyInclude2.inc"
INCLUDE "C:\MyGlobalIncludeFiles\MyInclude3.inc"
Summary of Contents for PSoC DESIGNER ImageCraft M8C
Page 6: ...6 ImageCraft Assembly Language Guide Document 001 44475 Rev B Contents Feedback ...
Page 10: ...10 ImageCraft Assembly Language Guide Document 001 44475 Rev B Introduction Feedback ...
Page 24: ...24 ImageCraft Assembly Language Guide Document 001 44475 Rev B M8C Microprocessor Feedback ...
Page 95: ...ImageCraft Assembly Language Guide Document 001 44475 Rev B 95 Assembler Directives Feedback ...
Page 96: ...96 ImageCraft Assembly Language Guide Document 001 44475 Rev B Assembler Directives Feedback ...
Page 104: ...104 ImageCraft Assembly Language Guide Document 001 44475 Rev B Feedback ...
Page 108: ...108 ImageCraft Assembly Language Guide Document 001 44475 Rev B Index Feedback ...