Sõnaadresseerimine
Sõnaadresseerimine, also known as word addressing, is a method used in computer architecture to organize and access data within a computer's memory. In this system, memory is divided into fixed-size blocks called words. Each word is assigned a unique address, allowing the processor to directly fetch or store data at that specific location. The size of a word can vary depending on the architecture, commonly being 16, 32, or 64 bits.
When the processor needs to access data, it issues a memory address. This address is then used
Sõnaadresseerimine contrasts with byte-addressing, where each individual byte has a unique address. While byte-addressing offers finer