home *** CD-ROM | disk | FTP | other *** search
- .key infile/a,test/s
- if exists "<infile>.men"
- MenuC <infile>.men <infile>.a LASM <test>
- else
- echo "MCLAsm: File <infile>.men was not found*N"
- quit 20
- endif
-
- ; modify here for your specific assembler
- ; below for SAS/C's Asm
-
- asm -iinclude: <infile>
-
- if "<test>" not eq ""
- Blink <infile>.o lib lib:small.lib
- <infile> ; run the test program
- endif
-
-