It's interesting the article says the 68k has a 32 bit word. In 68k assembly, w indicates 16 bits. Like move.w, move a 16 bit value. To move a 32 bit value it's move.l.

I'm no expert on CPUs. So maybe I'm missing something.