Word addressing

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by JBW (talk | contribs) at 16:41, 25 November 2016 (Replacing wikilink to the wrong article with one to the right article.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Word-addressable is a Computer Architecture term.

In computer architecture, a word is an ordered set of bytes or bits that is the normal unit in which information may be stored, transmitted, or operated on within a given computer.

If a computer's memory is word-addressable then each word in memory is assigned its own memory address. That means that the processor is able to address and fetch only complete words from the memory.

Typically, if a processor has a fixed-length instruction set, then the instruction length equals the word length.

See also