Byte Addressing
This allows hardware architectures to access individual bytes.
Byte addressing is the norm
All modern hardware support byte addressing. Then what is the point of Words? Words are for how many bits a given Register can store, and that has implications in 32-bit and 64-bit Architecture.
In RISC-V, we do byte addressing with Little Endian.