Thread: SEV question
View Single Post
  #20  
Old May 13th, 2008, 10:54 PM
MrToxin's Avatar

MrToxin MrToxin is offline
Corporal
 
Join Date: Oct 2006
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
MrToxin is on a distinguished road
Default Re: SEV question

Quote:
narf poit chez BOOM said:
There are, however, 256 possible variations on an 8-bit byte, where a bit has two possible values.
And bytes are based on bits. That's where the 0 to 255 "standard byte" crap comes from.

00000000 translates to 0. 11111111 translates to 255. How a program interprets that is up to the programmer.

Of course, most programs use much, much larger slices of memory for...well, everything anyway so yeah.

Those of you that know what XOR means know what I'm talking about. :V
__________________
I'm sewage flavored.
Reply With Quote