0
I’m a beginner in the study of computer architecture, and that name made me a little curious. I’ve seen that there are word’s, doubleword’s and quadword’s. But why it gave name to 2 bytes and not 1 single byte?
0
I’m a beginner in the study of computer architecture, and that name made me a little curious. I’ve seen that there are word’s, doubleword’s and quadword’s. But why it gave name to 2 bytes and not 1 single byte?
-1
Word refers to the number of bits of a processor instruction. The processor you are studying appears to use 16 bits for your instructions. The word size is defined by the processor architecture, not something predefined as the byte that always has 8 bits.
Here is a tablet with several processors and their respective word sizes: https://en.wikipedia.org/wiki/Word_(computer_architecture)#Table_of_word_sizes
Browser other questions tagged assembly nomenclature architecture-computers
You are not signed in. Login or sign up in order to post.
I think it’s an old nomenclature. There were old computers where the minimum addressable memory unit was 16-bit words and not bytes.
– anonimo
By the way, why call 1 byte of word if it is already called byte? xD
– Woss