|
|||||||||||
|
Technical Support On-Line Manuals Assembler Reference |
Assembler ReferenceGET or INCLUDE
The
where:
By default the assembler searches the current place for included
files. The current place is the directory where the calling file
is located. Use the The included file can contain additional If the included file is in a different directory from the current place, this becomes the current place until the end of the included file. The previous current place is then restored.
AREA Example, CODE, READONLY
GET file1.s ; includes file1 if it exists
; in the current place.
GET c:\project\file2.s ; includes file2
GET c:\Program files\file3.s ; space is permitted
| ||||||||||
|
|||||||||||