<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Mon, 17 Jun 1991 13:20:15 EDT
From   : Mike Freeman <freeman@watsun.cc.columbia.edu>
Subject: L80 and M80

In article <846@spam.ua.oz>, David Cook writes:
>Hello CP/Mers,
>  I grabbed Small-C from wuarchive.wustl.edu (which mirrors SIMTEL20),
>and it seems to run ok. My problem now is that it generates .MAC
>files, and I'm not sure how to assemble these 
>(well, if I had DRI's MAC or RMAC I'd probably know, but I don't :)
>I do have M80 and L80 ...
>I would appreciate general information on those programs 
Small-C **does** produce files that are to be compiled with M80
and linked with L80 (at least Small-C from SMC211OB.LBR does). The
process goes somethine like this, assuming you've created file.C:
A>CC file -O
A>M80 file                  ;M80 reads file.MAC
A>L80 file,CLIB/S,file/N/E  ;L80 reads file.REL and the C library,
                               ;makes file.COM
Look for a file L80-M80.LBR on your system; it has (somewhat cursory)
documentation for l80/M80. If you can't get it, I can send it via
E-mail, UUENCODEd.
-- Mike K7UIJ --

<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>