>John Wallace wrote:
On Feb 1, 2:02 am, JackRubin <jack.ru...@ameritech.net> wrote:
Can anybody help me find sources/binaries for F77 and/or RATFOR for
RT-11?
Thanks,
Jack
Was there an F77 for RT11? My recollection (from a very long time ago)
says there was FORTRAN IV but not F77, but this could well be wrong.
http://pdp-11.org.ru/info.pl finds an RT11 manual for FORTRAN IV but
no manual for RT11/F77.
>parmucho wrote:
>Yes, F77 was available for RT-11:
>See
http://www.bitsavers.org/pdf/dec/pdp11/fortran/rt11_f77/
As for the actual F77.SAV file and library, that is another matter.
But it definitely does exist and is available, just not sure exactly
where at this moment.
Language improvements in F77 meant that folks who had F77 had less
reason to use RATFOR than those who only had FORTRAN IV.
With F77, it is MUCH easier to write code without a GOTO.
In addition, INTEGER *4 (a 32 bit integer) is explicitly supported.
The calling conventions to subroutines are more controlled since
there is always a pointer to the argument block even when
there are no arguments.
One "NICE" program written in F77 is "UNMAC.SAV"
which can convert many OBJ files back to MAC files.
There are both RT-11 and RSX-11 versions, as far as
I can remember, which can read both RT-11 and RSX-11
style OBJ files.
Jerome Fine