Byte: Difference between revisions
From Hackepedia
Jump to navigationJump to search
m byzr |
m fixup link |
||
Line 1: | Line 1: | ||
A byte is a unit of 8 bits. This means that when a byte is unsigned its maximum value is | A byte is a unit of 8 bits. This means that when a byte is unsigned its maximum value is | ||
255 and its minimum value is 0. Units smaller than a byte is | 255 and its minimum value is 0. Units smaller than a byte is | ||
a [[nibble]] and units larger are [[ | a [[nibble]] and units larger are [[word]]s and [[integer]]s. | ||
A signed byte has a max value of 127. | A signed byte has a max value of 127. |