[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  SECTION FILE
------------------------------------------------------------------------------

  Purpose : Specify files to be overlaid

  Syntax  : SECTION FILE <file> [, <file> ...]

  The SECTION command is used to specify to the linker that any files
  following the SECTION command until the next SECTION command or an
  ENDAREA command are to be placed together in a single overlay
  section.

  With static overlays a section is the smallest overlay unit
  manipulated by the overlay manager at run time, i.e. a whole section
  will be read in to memory when any part of it is required, and the
  whole section is discarded when an alternative section is required.

  With BLINKER dynamic overlays, SECTION commands are ignored because
  all overlaying is done at the procedure level. The files listed are
  processed exactly as if the command had been a FILE command.

See Also: FILE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson