Back to photostream

Not

Thursday. Working from home because of a cold. Since there was no way to perform bitwise NOT and AND on a byte I had to do a workaround and mask the last 8 bits from an int. These three lines were later reduced to "return ~prmInt & 0xff" (of course). I tend to use more lines during development for better understanding of the flow. :)

 

And now for the $00000 question - what stupid language is this where you cannot perform bitwise operations on bytes?

199 views
1 fave
3 comments
Uploaded on November 15, 2007
Taken on November 14, 2007