home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / menuc / s / readme < prev   
Text File  |  1991-01-17  |  579b  |  18 lines

  1. include in this directory are three simple front ends for for MenuC8.
  2. one script per command line option: (they assume .MEN)
  3.  
  4.     usage: {script} infile [TEST]
  5.  
  6.  
  7.     MCAsm = MenuC8 <infile>.men <outfile>.a ASM [TEST]
  8.        MCLAsm = MenuC8 <infile>.men <outfile>.a LASM [TEST]
  9.        MC = MenuC8 <infile>.men <outfile>.c [TEST]
  10.  
  11.     these scripts will also run the assemblers/complers and linker
  12.     of your choice. defaults:
  13.                 ASM = A68k  ( PD ) 
  14.                    LASM = ASM   ( SAS/C(r) )
  15.                  LINKER = BLINK ( SAS/C(r) and PD )
  16.  
  17.     if TEST is selected the script will also RUN the test program.
  18.