File INEXT.FT (FORTRAN source file)

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

C SUBROUTINE RETURNS I AS NEXT INTEGER WORD FROM TAPE FILE
C ON UNIT 1; IN POINTS TO CURRENT WORD IN BUFFER "INPUT".
C
	SUBROUTINE INEXT(I)
	COMMON INPUT,IN,INBLK
	DIMENSION INPUT(256)
	IN=IN+1
	IF (IN-256)50,50,40
 40	INBLK=INBLK+1
	IN=1
	CALL LTAPE(1,INPUT,INBLK)
 50	I=INPUT(IN)
	RETURN
	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