Can you bitshift 22 bytes at once
I have 22 bytes containing 16 packets of 11 bits packed end to end. I want to see if there is some bitshift manipulation that could allow a very simple loop to bitshift left the entire 22 bytes by 11 and AND that 11 bits into 16 Words with 16 loops in spin. I have never seen such a thing but what the heck.
