The routine takes the eight bits of byte and moves them to the corresponding occurrence within array
10110011
||||||||
+-----------------------+||||||+-------------------------------+
| +---------------+||||+-----------------------+ |
| | +-------+||+---------------+ | |
| | | |+-------+ | | |
v v v v v v v v
00000001 00000000 00000001 00000001 00000000 00000000 00000001 00000001
Comments:
The routine takes the eight bits of byte and moves them to the corresponding occurrence within array