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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e0fd0b6258908ca5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.227.67 with SMTP id ry3mr21776863pbc.8.1341851755420; Mon, 09 Jul 2012 09:35:55 -0700 (PDT) Path: l9ni11215pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Jim C." Newsgroups: comp.lang.ada Subject: Re: Help with Inline assembly Date: Mon, 9 Jul 2012 09:35:54 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5a44c3a1-90e1-4bad-b846-954e895f9d6c@googlegroups.com> References: <85b57cc7-352e-4cee-a161-b0aaf1665305@googlegroups.com> <024cf9df-ad12-4476-a14d-eb99def28b77@googlegroups.com> NNTP-Posting-Host: 76.20.243.45 Mime-Version: 1.0 X-Trace: posting.google.com 1341851755 15164 127.0.0.1 (9 Jul 2012 16:35:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 9 Jul 2012 16:35:55 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.20.243.45; posting-account=JqutYwoAAAC8IGXNQJ34VIRLaJ4LKhwz User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-09T09:35:54-07:00 List-Id: Haha thanks, I can't believe I let that slip past On Monday, July 9, 2012 11:05:12 AM UTC-4, Jeffrey Carter wrote: > On 07/09/2012 07:43 AM, theanalogmachine@gmail.com wrote: > > if Result /= 1 then > > return True; > > end if; > > return False; > > Or simply > > return Result /= 1; > > -- > Jeff Carter > "I didn't squawk about the steak, dear. I > merely said I didn't see that old horse > that used to be tethered outside here." > Never Give a Sucker an Even Break > 103 > > > > --- Posted via news://freenews.netfront.net/ - Complaints to news@netfront.net ---