Word-addressable


Word-addressable is a computer architecture term.
When the cell size is designed based on the word length of the cpu, then the respective address space is called as word addressable.
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. This means that the processor is able to address and fetch only complete words from the memory. Such computers are sometimes called word machines.
Typically, if a processor has a fixed-length instruction set, then the instruction length equals the word length.