Op Wed, 29 Jul 2009, schreef Desmond Coertzen:

This is my first question / suggestion: With byte sized variables being the
smallest accessible variable in the PC architecture, will we see a language
extension to provide bit accessible variables for the micro controllers?

Do you mean bitpacking?

type  nibbles=bitpacked record
        low_nibble=0..15;
        high_nibble=0..15;
      end;

Daniël
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to