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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,219636a8d23ab405,start X-Google-Attributes: gid103376,public From: David Hopkins Subject: Help with a problem please... Date: 1996/05/23 Message-ID: <31A4822E.4739@vitro.com>#1/1 X-Deja-AN: 156329841 content-type: text/plain; charset=us-ascii organization: Vitro Corporation mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.01 (Win95; I) Date: 1996-05-23T00:00:00+00:00 List-Id: This may seem like something elementary to some of you, but I have a problem that I'm supposed to implement, and I'm having trouble coming up with ideas on how to do it. I need to create 30-bit words, read in types like integer, binary coded decimal, and 60-bit floats, and convert them to 32-bit words, based on their types. I think I can figure out how to make the type 15-bit (any suggestions are helpful though), but how do I convert them to 32-bit (or 64-bit in the last case) words, keeping the correct values? Any ideas are certainly appreciated. Thank you, Dave Hopkins