INCLUDE


Use INCLUDE to process another assembler-file and then return to the current file when done. If the file isn't found in the current directory the include-path list will be searched. You may nest INCLUDE calls infinitely (or until you run out of memory whichever comes first).

INCLUDE   "irq.inc"

See also:



Last updated 21 June 1997 by Carsten Sorensen