Difference between revisions of "Word"
Chris Tyler (talk | contribs) (Created page with '[Category:Computer Architecture]]{{Chris Tyler Draft}} == Hardware Word == A ''word'' is the group of bits normally managed by a processor. This is typically a power-of-two mult…') |
(No difference)
|
Revision as of 20:41, 15 December 2013
[Category:Computer Architecture]]
Hardware Word
A word is the group of bits normally managed by a processor. This is typically a power-of-two multiple of eight bits (8,16,32, or 64 bits), although some rare or early processors used different word sizes.
The word size is usually associated with the register size and the amount of data read/written from/to memory at one time.