Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!cc.utah.edu!cc.usu.edu!jrd From: JRD@cc.usu.edu (Joe Doupnik) Newsgroups: comp.os.msdos.programmer Subject: Re: How can I get a timed delay of 1 millisecond Message-ID: <34686@cc.usu.edu> Date: 16 Sep 90 23:38:28 GMT Lines: 6 Obtaining millisecond increment time delays on PCs - Not to beat my own drum, but look in file MSXIBM.ASM of MS-DOS Kermit where I do this with a combination of timer chip and software loop to achieve 1ms increments on any speed cpu. It's in assembler. Joe D.