<div dir="ltr"><div class="gmail_default" style="font-size:large">The point of this function is to align the memory to the next byte, right? because as far as I can tell (and I may be wrong) it doesn't work.</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">x & 7 isn't accurate, I've found that the proper formula for skipping x bits (0-7) for the next byte is x * -1 % 8</div></div>