Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bit Manipulation

How To Read Off 1 Flag Bit And Get Integer At Same Time

Say I have an 8-bit number with a flag at either side: 0101011 (decimal 43) 0101011 (decimal 43) … Read more How To Read Off 1 Flag Bit And Get Integer At Same Time

Why Does Or 0 Round Numbers In Javascript?

I'm under the impression that the Number type in Javascript stores any number, integer or float… Read more Why Does Or 0 Round Numbers In Javascript?

Unsigned Right Shift / Zero-fill Right Shift / >>> In Php (java/javascript Equivalent)

Before flagging this as a duplicate, please read below, and check my code * my updated code! So m… Read more Unsigned Right Shift / Zero-fill Right Shift / >>> In Php (java/javascript Equivalent)