wordaddressable
Wordaddressable, or word-addressable, refers to a memory addressing scheme in which each address selects a whole memory word rather than a single byte. The size of a word is determined by the architecture and is commonly 16, 32, or 64 bits. In a word-addressable system, advancing one address moves to the next word, and access to subword data (such as bytes or bits within a word) may require special instructions or may be unsupported.
This approach contrasts with byte-addressable memory, where each address refers to an individual byte and words
Historical context and usage: Word-addressable designs were more common in some early computers and in certain
Trade-offs: In word-addressable systems, addressing is efficient for word-sized workloads and can simplify computations on whole