File EXTERN.T5

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

C
C	PROGRAM TO FILTER OUT PRACTICE TYPE 5
C
C
	INTEGER DATAR(50)
	DATA IFIVE/5/
	READ(7,9)JUST
9	FORMAT(1X,A1)
5	CALL CHKEOF(I)
	READ(7,10)(DATAR(J),J=1,50)
10	FORMAT(1X,50I1)
	IF(I.NE.0)GO TO 40
	IF(DATAR(8).EQ.IFIVE)GO TO 30
	WRITE(8,20)(DATAR(J),J=1,50)
20	FORMAT(1X,50I1)
	GO TO 5
30	WRITE(9,20)(DATAR(J),J=1,50)
	GO TO 5
40	CONTINUE
	STOP
	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