home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
menuc
/
s
/
readme
< prev
Wrap
Text File
|
1991-01-17
|
579b
|
18 lines
include in this directory are three simple front ends for for MenuC8.
one script per command line option: (they assume .MEN)
usage: {script} infile [TEST]
MCAsm = MenuC8 <infile>.men <outfile>.a ASM [TEST]
MCLAsm = MenuC8 <infile>.men <outfile>.a LASM [TEST]
MC = MenuC8 <infile>.men <outfile>.c [TEST]
these scripts will also run the assemblers/complers and linker
of your choice. defaults:
ASM = A68k ( PD )
LASM = ASM ( SAS/C(r) )
LINKER = BLINK ( SAS/C(r) and PD )
if TEST is selected the script will also RUN the test program.