Let's say that we have a 3 Bytes long instruction at RAM address 1000 called INS_A. To fetch this entire function the cpu needs to address RAM at 1000, then 1001 and finally 1002 and get each single Byte at these addresses.
I don't understand the role of the "words". Most literature define them as "a group of bytes" or "the size of the registers"....
Can someone give the ultimate answer about the difference between these two "words" and explain practically ( by using a modern intel CPU machine ) what's going on ?