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,6c373417187a0709 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-25 07:09:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn4feed!worldnet.att.net!135.173.83.71!wnfilter1!worldnet-localpost!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail Message-ID: <3C7A5391.60206@worldnet.att.net> From: Jim Rogers User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: bit shift References: <3c7a442c$1@pull.gecm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 25 Feb 2002 15:09:02 GMT NNTP-Posting-Host: 12.86.33.101 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1014649742 12.86.33.101 (Mon, 25 Feb 2002 15:09:02 GMT) NNTP-Posting-Date: Mon, 25 Feb 2002 15:09:02 GMT Organization: AT&T Worldnet Xref: archiver1.google.com comp.lang.ada:20368 Date: 2002-02-25T15:09:02+00:00 List-Id: Look in the package Interfaces. That package contains the functions Shift_Left Shift_Right Shift_Right_Arithmetic Rotate_Left Rotate_Right Jim Rogers Stephen Frackelton wrote: > does a bit shift operation / mechanism exist in ada83 ? > i'm doing some checksum algorithm work and want to cyclically rotate bits a > number of places within a word. > > > >