A binary stream I'm trying to decode using Preon has a value that is made up of 5 non-consecutive nibbles, for example:
Hex data: 00A00000F200EE0000
Consider that the value has to be extracted from the non zero marked nibbles into AF2EE, is that possible using Preon? If so, can you please provide any hints on such?
PS: Zeroes are just for the example, they don't represent the criteria for choosing which nibbles to extract, as they are fixed position nibbles the ones needed.
Perhaps @wilfred-spinger could assist?