Originally posted by: notfred
A byte is the length of one character, which is not necesarily 8-bits.
Originally posted by: Flyermax2k3
Originally posted by: notfred
A byte is the length of one character, which is not necesarily 8-bits.
aka "word" size which is, in fact, 8 bits on x86 CPUs, but this is simply the default size which is assigned to a byte by said architecture, not the universal size of a byte.
Originally posted by: gopunk
Originally posted by: Flyermax2k3
Originally posted by: notfred
A byte is the length of one character, which is not necesarily 8-bits.
aka "word" size which is, in fact, 8 bits on x86 CPUs, but this is simply the default size which is assigned to a byte by said architecture, not the universal size of a byte.
a word is 4 bytes...