Writing bits
- We still need to combine the four comparison results, and append the resulting bit to a vector, packing eight bits in each byte
- Do it the other way around!
- After finishing 32 bits (8 sets of 4), combine the four words and write
- To shift, add the bit vector to itself. To append a comparison result, subtract it from the bit vector.