Definition
Byte-Addressable Memory ( RISC-V)
Byte-addressable memory is a memory organisation scheme in which each individual byte has a unique address. This allows fine-grained access to individual bytes, enabling efficient storage and manipulation of data types smaller than a word, such as characters. RISC-V uses byte-addressable memory, where addresses increment by one for each consecutive byte.