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,29f36805b9a20fe8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-03 11:04:05 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!oleane.net!oleane!isdnet!newscore.gigabell.net!blackbush.xlink.net!rz.uni-karlsruhe.de!news.uni-stuttgart.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Streams in Ada Date: 03 Apr 2001 20:15:23 +0200 Organization: Enyo's not your organization Message-ID: <87r8z9j1dw.fsf@deneb.enyo.de> References: <9aa3dd$efb$1@nh.pace.co.uk> <9aakcq$kj9$1@nh.pace.co.uk> <87g0fqpa4b.fsf@deneb.enyo.de> <9acma8$d5k$1@nh.pace.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:6405 Date: 2001-04-03T20:15:23+02:00 List-Id: "Marin David Condic" writes: > I suppose that may be what it would be if you thought of the *LARGEST* > addressable unit - but going the other direction is I think what was > intended. No, the smallest unit which ordinarily hits the memory bus on the message I'm typing is 32 octets -- a cache line. ;-) > AFAIK, Alphas will address a single byte In standardeese, you're correct (a byte is commonly defined as the smallest addressable storage unit), but if you mean a single octet, I don't think so, AFAIK, the original Alpha CPU doesn't have this feature. (Modern CPUs which also can operate in a PC-like environment probably have octet) Can anyone shed some light on this issue?