File KREIS.FT (FORTRAN source file)

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

	SUBROUTINE KREIS(IX,IY)
C SCHREIBT EINEN KREIS UM DEN MITTELPUNKT IX,IY
C MIT ETWA 3 MM DURCHMESSER
C FORTRAN II
C SR : FDIS.FT
	IX=IX-3
	CALL FDIS(0,IX,IY)
	IX=IX+1
	IY=IY+2
	CALL FDIS(1,IX,IY)
	IX=IX+2
	IY=IY+1
	CALL FDIS(1,IX,IY)
	IX=IX+2
	IY=IY-1
	CALL FDIS(1,IX,IY)
	IX=IX+1
	IY=IY-2
	CALL FDIS(1,IX,IY)
	IX=IX-1
	IY=IY-2
	CALL FDIS(1,IX,IY)
	IX=IX-2
	IY=IY-1
	CALL FDIS(1,IX,IY)
	IX=IX-2
	IY=IY+1
	CALL FDIS(1,IX,IY)
	IX=IX-1
	IY=IY+2
	CALL FDIS(1,IX,IY)
	IX=IX+3
	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