> Depends on the assembly, but even most (all?) RISC instruction sets know about words (and probably half-words too) in addition to bytes.
Of course, you could define words and half-words in terms of bytes, too. Just as you can do with vectors.
And many vector instructions operate more on eg streams of words than streams of bytes.
"The types that C knows about are the types that the assembly knows about."