Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!tut.cis.ohio-state.edu!ucbvax!pasteur!sim.berkeley.edu!johnm From: johnm@sim.berkeley.edu (John D. Mitchell) Newsgroups: comp.lang.pascal Subject: Re: Accurate delays in Turbo Message-ID: <26072@pasteur.Berkeley.EDU> Date: 11 Jul 90 05:21:44 GMT Sender: news@pasteur.Berkeley.EDU Reply-To: johnm@sim.berkeley.edu (John D. Mitchell) Followup-To: comp.lang.pascal Organization: University of California, Berkeley Lines: 18 murphy@newton.physics.purdue.edu (William J. Murphy) asks: [Stuff about timer in posted unit.] [Basically, how do I get very accurate delays?] Well to get an accurate delay you need an accurate timer. In Michael Abrash's book __Zen of Assembler__ (published by Scott Foresman and Co.) a super accurate timer is presented (actually a short- and a long-term timer) along with an explanation of their operation. If you're just planning to do nothing during the delay period then you could just loop around calls to his timer. Good luck, John Mitchell johnm@sim.Berkeley.EDU #include