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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,671b5d2d09a675ef,start X-Google-Attributes: gid103376,public From: Charles Phillips Subject: How do I use ADA to calculate a checksum? Date: 1997/09/23 Message-ID: <3427DF0F.4467@scarecrow.gcs.redstone.army.mil>#1/1 X-Deja-AN: 274891024 Sender: news@arl.mil (News Administration ) Organization: OAR Newsgroups: comp.lang.ada Date: 1997-09-23T00:00:00+00:00 List-Id: Hello, I'm relatively new to ADA95, and would like to ask for assistance from those of you who are more knowledgeable. I have an embedded application which requires me to perform several checksum calculations. The question is, when passed a starting address and a length, how do I "increment" the address and then access the data at the location? Any help or recommendations with respect to reference books would be greatly appreciated. Charles