From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dd7af829c05ebbd1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-28 10:42:28 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Problems with a TIMER References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1043779346 12.234.13.56 (Tue, 28 Jan 2003 18:42:26 GMT) NNTP-Posting-Date: Tue, 28 Jan 2003 18:42:26 GMT Organization: AT&T Broadband Date: Tue, 28 Jan 2003 18:42:27 GMT Xref: archiver1.google.com comp.lang.ada:33509 Date: 2003-01-28T18:42:27+00:00 List-Id: > The target is a processor x86 Family 6 Model 7 Stepping 3 AT/AT COMPATIBLE > The results change if I use video-outputs or not (PUT("START TIMER"), > PUT("-"), PUT("TIME OUT") are now commented into the code). > Why? In what way do the results change? What compiler, OS, and motherboard chip set do you have - see MS Knowledgebase article Q274323. There was a problem with certain chipsets and MS Windows that caused the machine clock to appear to jump forward 2**24 ticks (several seconds) if you did multiple clock reads with less than several microseconds between them. Gnat 3.15 fixed that, but introduced a new clock error, which I reported and they say they've fixed for future versions. Janus has a version with the fix, but I don't know about other compilers.