home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 121_01 / ml2.doc < prev    next >
Encoding:
Text File  |  1985-08-21  |  1.3 KB  |  68 lines

  1.  
  2.  
  3.      ML2 (1)                   BDS C Users' Group                   ML2 (1)
  4.  
  5.  
  6.  
  7.  
  8.      NAME   
  9.      NAME 
  10.           ml2 - modified l2 linker for MP/M 
  11.  
  12.  
  13.      SYNOPSIS   
  14.      SYNOPSIS 
  15.           ml2                                                         
  16.           ml2 {standard l2 files and options} [-r <runfile> <addr>] 
  17.  
  18.  
  19.      DESCRIPTION   
  20.      DESCRIPTION 
  21.           ___                                                           
  22.           ML2 is a version of Scott Layson's L2 linker which has been 
  23.           modified to produce MP/M modules.  The only usage change is 
  24.           the addition of the -r flag which will start the specified 
  25.           runtime file at the specified address, then build the rest 
  26.           of the module after it.  
  27.           For further information on L2, see the L2 program 
  28.           documentation.  
  29.  
  30.  
  31.      CAVEATS   
  32.      CAVEATS 
  33.           This program has not been tested by the librarian, due to 
  34.           lack of the MP/M operating system.  No bug reports have been 
  35.           received.  
  36.  
  37.  
  38.      NOTES   
  39.      NOTES 
  40.           Requires chario.c for link.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.                                       -1-
  80.  
  81.  
  82. 
  83.           ml2