Date: Thu, 6 Apr 2000 20:24:24 +0500 Message-Id: <200004061524.UAA01453@midpec.com> From: Prashant TR To: djgpp AT Delorie DOT com In-reply-to: <8cg55n$1kl$1@mailint03.im.hou.compaq.com> (pete DOT willard AT compaq DOT com) Subject: Re: How to get bios timer tick count? References: <8cg55n$1kl$1 AT mailint03 DOT im DOT hou DOT compaq DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I'm converting some old pascal code for DJGPP and I have run into a snag. > I'm not sure how to tell DJGPP to get the bios timer tick count value... > anybody know? unsigned long x = _farpeekl(_dos_ds, 0x46c);