in reply to using a hexadecimal mask to create a list of values (that the mask is pointing to)
I'm sure that pack and unpack can help you quite a bit, maybe together with vec.
(And it might make it easier if you work with pair of hex characters instead of single characters, because a pair of hex chars is a byte, and that works nicer than a 4 bit nibble for many operations).
|
|---|