File RW129T.FT (FORTRAN source file)

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


C	RWTAP9 TEST PROGRAM

	DIMENSION IBUF1(256),IBUF2(256)

	DO 10 I=1,130
	IBUF2(I)=0
 10	IBUF1(I)=I
	DO 11 I=131,256
	IBUF1(I)=0
 11	IBUF2(I)=0
	CALL WTAP9(1,400,129,IBUF1,IER)
	IF(IER) 15,20,15
 15	WRITE(1,17)
 17	FORMAT('WRITE TAPE ERROR')
 20	CALL RTAP9(1,400,129,IBUF2,IER)
	IF(IER) 21,25,21
 21	WRITE(1,22)
 22	FORMAT('READ TAPE ERROR')
 25	DO 30 I=1,256
	IF(IBUF1(I)-IBUF2(I)) 26,30,26
 26	WRITE(1,27) I,IBUF1(I),IBUF2(I)
 27	FORMAT(3I5)
 30	CONTINUE
	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