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"
Содержание PSoC DESIGNER ImageCraft M8C
Страница 6: ...6 ImageCraft Assembly Language Guide Document 001 44475 Rev B Contents Feedback ...
Страница 10: ...10 ImageCraft Assembly Language Guide Document 001 44475 Rev B Introduction Feedback ...
Страница 24: ...24 ImageCraft Assembly Language Guide Document 001 44475 Rev B M8C Microprocessor Feedback ...
Страница 95: ...ImageCraft Assembly Language Guide Document 001 44475 Rev B 95 Assembler Directives Feedback ...
Страница 96: ...96 ImageCraft Assembly Language Guide Document 001 44475 Rev B Assembler Directives Feedback ...
Страница 104: ...104 ImageCraft Assembly Language Guide Document 001 44475 Rev B Feedback ...
Страница 108: ...108 ImageCraft Assembly Language Guide Document 001 44475 Rev B Index Feedback ...