<< left shifts, and >> right shifts.
|
|
EDIT: for those unaware of what bitshifting is...
0xF0 is %11110000 in binary:
|
|
Right shifting by X is similar (but not exactly the same as) dividing by 2X, and left shifting by X is similar (but not exactly the same as multiply by 2X
'via Blog this'
No comments:
Post a Comment