	
	mov	dx,02		;this movew port No. into dx
	in	ax,dx		;input present value at port into ax
	and 	ax,0fbh		;mask out the NO. 2 bit (DTR on requires
				;  bit 2 = 0)
	out 	dx,ax		; output this new value to the port
