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,45a9122ddf5fcf5 X-Google-Attributes: gid103376,public From: "Brian R. Hanson" Subject: Re: Rules for Representation of Subtypes Date: 1996/10/01 Message-ID: <325179AD.41C6@cray.com>#1/1 X-Deja-AN: 186529335 references: <52oi3v$din@mill.gdls.com> <1996Oct1.125614.1@eisner> content-type: text/plain; charset=us-ascii organization: Cray Research a division of Silicon Graphics, Inc. mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.0SC-SGI (X11; I; IRIX 6.2 IP22) Date: 1996-10-01T00:00:00+00:00 List-Id: In article <52oi3v$din@mill.gdls.com>, schwarza@gdls.com (Art Schwarz) writes: > Nearest that I can remember, byte size varies by machine. It is NOT an > eight byte quantity. This is probably the motivation to use _octet_ > instead of bytes in formal descriptions. > > An example of byte sizes: CDC 1604 6 bits > CDC 6000 12 bits > PC 8 bits > UNIVAC 1100 7, 8, 9, 12 bits > PDP-10 7 bits (and others?) On the CDC 6xxx line a "byte" was probably 6 bits - the size needed to typically represent a character. 12 bits was the size of a parcel which was the minimum size for an instruction. 12 bits was also the size of a word of memory in the associated peripheral units used to do io to and from memory. The smallest addressable unit of storage for the main processor was 60 bits - the size of a word. -- Brian Hanson -- brh@cray.com