home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / dsp / dspgroup / mac320.arc / LREF.DOC < prev    next >
Encoding:
Text File  |  1985-11-13  |  690 b   |  18 lines

  1. LREF is a cross reference program which reads your source file and
  2. prints it with line numbers and pagination.  A cross reference is
  3. built up showing each symbol, and the line numbers where that symbol
  4. has been referenced.
  5.  
  6. Output is directed to the console, however under DOS 2.0 or later you
  7. may direct the output to the printer or a disk file.
  8.  
  9. LREF is invoked as:
  10.  
  11.     LREF filespec <file2> <file3> ...
  12.  
  13. where filespec is any file for which you wish a cross reference, and
  14. file2, file3,... are optional files to be included in the cross
  15. reference. LREF doesn't follow NCLUDed files, and you must explicitly
  16. define all the files which are combined into a single assembly.
  17.  
  18.