home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / compil.hlp < prev    next >
Text File  |  1995-04-05  |  952b  |  26 lines

  1. COMPIL-class commands are as follows:
  2.  
  3.         COMPILE Produces .REL files for the specified source files.
  4.         CREF    lists on LPT: any cross-reference listing generated by
  5.                 a previous COMPILE
  6.         DEBUG   Produces .REL files and prepares for debugging
  7.         EXECUTE Produces .REL files, loads them, and begins execution
  8.         LOAD    Produces .REL files, and loads them. You can then SAVE
  9.                 or START.
  10.         SAVE    Writes a core image of the core area.  DO NOT NAME THE
  11.                 SOURCE FILE AS THE ARGUMENT TO THIS COMMAND !!!
  12.                 THAT WILL OVERWRITE YOUR SOURCE FILE !!
  13.         NSAVE   like SAVE, but SAVE writes a compressed .SAV file;
  14.                 NSAVE (newsave) writes a noncompressed .EXE file.
  15.  
  16. Here is an example:
  17.  
  18.         LOAD MYPROG.FOR
  19.                 then, when it types "exit", enter
  20.         SAVE
  21.                 then, to run the program, enter
  22.         RUN MYPROG
  23.  
  24. .KJOB
  25. .
  26.