Trailing-Edge
-
PDP-10 Archives
-
decuslib10-12
-
43,50552/forver.mic
There are no other files named forver.mic in the archive.
.; Compile and build FORVER
.; ************************
.;
.; Beware, what follows will take a long time.
.; Anyway, you have FORVER.EXE ready, why bother ?
.; Also note that our PASLIB.REL is not quite the standard version.
.;
.;
.DO LEX FORTRAN/T:6
.DO SYN FORTRAN
.R PASCAL
*FORVER=FORVER /NODEBUG/NOCHECK/NOZERO/NOARITH
*FORSEM=FORSEM /NODEBUG/NOCHECK/NOZERO/NOARITH
*FORVIO=FORVIO /NODEBUG/NOCHECK/NOZERO/NOARITH
.R LINK
*@FORVER/G
.SSAVE FORVER
.;
.; FORVER is now ready
.;