home *** CD-ROM | disk | FTP | other *** search
/ BBS 1 / BBS#1.iso / document / msx.arj / LINK.DOC < prev    next >
Encoding:
Text File  |  1984-01-01  |  1.3 KB  |  51 lines

  1.                  HELP FOR LINK.COM
  2. ___________________________________________________________
  3.  
  4. Syntax:      {d:}{filespec,{[o]}=filespec{[o]} {,...}
  5. -------   result name is name of first filespec
  6.           o::= option | o,option
  7.  
  8.               LINK option
  9.              -------------
  10.  
  11. A        Additional memory; reduced buffer space and writes
  12.          temporary data to disk.
  13.  
  14. Dhhhh    Data origin; sets memory origin for common and 
  15.          data area.
  16.  
  17. Gname    Go; set start address to label name.
  18.  
  19. Lhhhh    Load; change default load address of module to  
  20.          hhhh. Default 0100H.
  21.  
  22. HL       No listing of symbol table at console.
  23.  
  24. NR       No symbol table file.
  25.  
  26. OC       Output COM command file. Default.
  27.  
  28. OS       Output SPR System Page Relocatable file.
  29.  
  30. Phhhh    Program origin; change default program origin
  31.          address to hhhh. Default 0100H.
  32.  
  33. Q        List symbol with leading question mark.
  34.  
  35. S        Search preceding file as a libruary.
  36.  
  37. $Cd      Destination of console mesage; d can be - X
  38.          for console, Y for printer, Z for zero output.
  39.  
  40. $Ld      Source of libruary files; d - disk A-P, 
  41.          default - current.
  42.  
  43. $Od      Destination of object file; default - same 
  44.          drive as first file.
  45.  
  46. $Sd      Destination of symbol file; d can be Y, Z,A-P.
  47.  
  48.  
  49.  
  50.  
  51.