That is fantastic!<br><br>Is this correct for application?<br><br>var<br>  SomeIOPort: nibbles;<br>begin<br>  SomeIOPort.low[7] := 1;<br>end;<br><br><div class="gmail_quote">On Wed, Jul 29, 2009 at 4:47 PM, Daniël Mantione <span dir="ltr"><<a href="mailto:daniel.mantione@freepascal.org">daniel.mantione@freepascal.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Op Wed, 29 Jul 2009, schreef Desmond Coertzen:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is my first question / suggestion: With byte sized variables being the<br>
smallest accessible variable in the PC architecture, will we see a language<br>
extension to provide bit accessible variables for the micro controllers?<br>
</blockquote>
<br></div>
Do you mean bitpacking?<br>
<br>
type  nibbles=bitpacked record<br>
        low_nibble=0..15;<br>
        high_nibble=0..15;<br>
      end;<br><font color="#888888">
<br>
Daniël</font><br>_______________________________________________<br>
fpc-devel maillist  -  <a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-devel" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-devel</a><br>
<br></blockquote></div><br>