File ORDNE.

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

	SUBROUTINE ORDNE
C	ORDNET N ZAHLEN X(I) IN COMMON
	COMMON N,X
	DIMENSION X(2000)
	DO 1002 K=2,N
	J=K-1
1000	IF(X(J)-X(J+1))1002,1002,1001
1001	TEM=X(J)
	X(J)=X(J+1)
	X(J+1)=TEM
	J=J-1
	IF(J)1002,1002,1000
1002	CONTINUE
	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