MVPCStruct icon indicating copy to clipboard operation
MVPCStruct copied to clipboard

Suggested improvements

Open csann opened this issue 10 years ago • 0 comments

I would like to see 2 features in this project:

  1. Packing and unpacking of bit fields. The bit fields would allow a value to occupy 1 or more bits. See https://en.wikipedia.org/wiki/C_syntax#Bit_fields
  2. Packing and unpacking of packed BCD encoded values for integer types. A value of 1234 would be stored as 0x1234

I will be happy to try to add these features to this project.

csann avatar Aug 05 '15 04:08 csann