Purpose of memory alignment

Admittedly I don’t get it. Say you have a memory with a memory word of length of 1 byte. Why can’t you access a 4 byte long variable in a single memory access on an unaligned address(i.e. not divisible by 4), as it’s the case with aligned addresses?

8 Answers
8

Leave a Comment