memory

Definition

Word-Addressable Memory ( RISC-V)

Word-addressable memory is a memory organisation scheme in which the smallest addressable unit is a word rather than a byte.

For a 32-bit architecture, a word consists of four bytes, and consecutive words have consecutive addresses. This design simplifies memory access for word-oriented operations but reduces the ability to efficiently address individual bytes.