Post by Louis KruppPost by Peter FlassThis is a wild stab, but I’m trying to figure out a p-e fortran program
with nonstandard features. Bitsavers doesn’t have much of anything on this.
Does anyone have a manual tucked away anywhere?
Can you post the program (or an excerpt of the program or a link to the
program) here and to comp.lang.fortran?
Someone somewhere might be able to tell you something...
Louis
Most of it is pretty obvious. I’m just surprised because I thought “Fortran
is Fortran.” They allow comments on a line by coding a semicolon. There
are “Y”-type constants, which are apparently hex values, i.e.
“SPACE=Y’20202020’”. It looks like there are subroutines such as ISBYTE and
ILBYTE. Looking at this, I think I want to find another way to achieve what
I want besides trying to port this program.
That being said, there’s almost no info on Perkin-Elmer/Interdata.
Bitsavers has a couple of advertising brochures and that’s it., which
surprises me, since these systems weren’t THAT obscure.
--
Pete