Re: What does '64 bit' mean? Lame question, but hear me out :)
On Sat, 22 Jan 2005 17:41:36 -0500, George Macdonald wrote:
[color=blue]
> On Sat, 22 Jan 2005 12:32:06 -0500, keith <krw@att.bizzzz > wrote:
>[color=green]
>>On Sat, 22 Jan 2005 08:32:32 +0100, Christoph Nahr wrote:
>>[color=darkred]
>>> On Fri, 21 Jan 2005 19:58:57 -0500, Yousuf Khan <bbbl67@ezrs.co m>
>>> wrote:
>>>
>>>>Actually, I think the word size is always the same size, 16-bit. 32-bit
>>>>is called double word (dword), and 64-bit is called quadword (qword).
>>>
>>> Yeah, it's become common usage to refer to 16 bits as a "word" but
>>> originally the "word size" of a CPU means the width of its data and/or
>>> address registers. The terminology kind of ossified in the 16-bit
>>> days, hence the usage of "word" == 16 bits has stuck...[/color]
>>
>>Only in the x86 world. In the world of 'z's and PPCs a "word" is still
>>32bits.[/color]
>
> How much is this "16-bit word" definition due to M$'s pollution of the
> computer vocabulary?... not sure how things stand in the Unix world at
> present... but yes we've had computers with 16, 24, 32, 36, 60, 64 bit
> words over the years that I've worked with. I've always thought of the
> word size as the integer register width.[/color]
That's the classical definition (as I've noted earlier in this thread).
I'm sure you've missed a bunch too. The fact is that anyone
assuming any results from size_of(word) is simply asking for a rude
awakening.
--
Keith
On Sat, 22 Jan 2005 17:41:36 -0500, George Macdonald wrote:
[color=blue]
> On Sat, 22 Jan 2005 12:32:06 -0500, keith <krw@att.bizzzz > wrote:
>[color=green]
>>On Sat, 22 Jan 2005 08:32:32 +0100, Christoph Nahr wrote:
>>[color=darkred]
>>> On Fri, 21 Jan 2005 19:58:57 -0500, Yousuf Khan <bbbl67@ezrs.co m>
>>> wrote:
>>>
>>>>Actually, I think the word size is always the same size, 16-bit. 32-bit
>>>>is called double word (dword), and 64-bit is called quadword (qword).
>>>
>>> Yeah, it's become common usage to refer to 16 bits as a "word" but
>>> originally the "word size" of a CPU means the width of its data and/or
>>> address registers. The terminology kind of ossified in the 16-bit
>>> days, hence the usage of "word" == 16 bits has stuck...[/color]
>>
>>Only in the x86 world. In the world of 'z's and PPCs a "word" is still
>>32bits.[/color]
>
> How much is this "16-bit word" definition due to M$'s pollution of the
> computer vocabulary?... not sure how things stand in the Unix world at
> present... but yes we've had computers with 16, 24, 32, 36, 60, 64 bit
> words over the years that I've worked with. I've always thought of the
> word size as the integer register width.[/color]
That's the classical definition (as I've noted earlier in this thread).
I'm sure you've missed a bunch too. The fact is that anyone
assuming any results from size_of(word) is simply asking for a rude
awakening.
--
Keith
Comment