File FORT7.FT (FORTRAN source file)

Directory of image this file is from
This file as a plain text file

C THIS PROGRAM RUNS OK WITHOUT THE EAE
C BUT IT ONLY PRINTS OUT '11' WITH EAE
C AND WITH PC8 IT GENERATES AN I/O ERR

	INTEGER A(5,5)

	DO 100 I=1,5
	DO 100 J=1,5
100	A(I,J)=10*I+J

	DO 200 I=1,5
200	WRITE(4,1000) (A(I,J),J=1,5)
1000	FORMAT(' ',5I5)
	END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search