shift bits left 8
- Posted by John E. Franklin <johnericfranklin at rock.com> Jan 21, 2006
- 539 views
Do I multiply an atom by 256 to shift bits left by 8 or is there a more efficient way like << in C ?
Do I multiply an atom by 256 to shift bits left by 8 or is there a more efficient way like << in C ?