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=0.7 required=5.0 tests=BAYES_00,MSGID_RANDY,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c22cb97bce87a814,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-23 06:40:08 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.cgocable.net!cyclone2.usenetserver.com!usenetserver.com!wesley.videotron.net!news.cae.ca!not-for-mail From: "Phil Foran" Newsgroups: comp.lang.ada Subject: Halting a CPU Date: Mon, 23 Jul 2001 09:39:46 -0400 Organization: CAE Electronics, Montreal Message-ID: <9jh9f6$4qu$1@dns3.cae.ca> NNTP-Posting-Host: p2573.cae.ca X-Trace: dns3.cae.ca 995895590 4958 142.39.90.37 (23 Jul 2001 13:39:50 GMT) X-Complaints-To: usenet@news.cae.ca NNTP-Posting-Date: 23 Jul 2001 13:39:50 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:10472 Date: 2001-07-23T13:39:50+00:00 List-Id: hi all, In the code im doing, on certain conditions i need to halt my CPU completely (Pentium 2) and im wondering if a function that does this already exists in ADA... or is there one in C/C++ that i can call... or do i have to go right down to assembler to find it? Thanks in advance for any help! Phil