Welcome!
Welcome PIC fans! (to Pascal language fans too!) Documents
Technical
Search
Downloads
The last 5 downloads
The last 5 most downloaded
Google
|
Tips - Using the dot notation
PMP allows the "dot" syntax that is similar to the standard Pascal syntax for record fields.
For example, consider the following syntax: Var_A := Var_B.Bit_C; if Var_B is not a record, PMP understands that we access to the Bit_C bit within Var_B. Bit_C may be any literal, constant or boolean variable; if it is a boolean, the bit number of the boolean is used. This allow access with the same bit definition to several variables that have the same bit positions (for example: a bit in PORTB has its equivalent in TRISB, and it may have an equivalent in an image variable). The same method applies to the "set" notation: Bit_C : boolean @ Var_C.1; ... Var_A := [0, 4, Bit_C]; In this case, Bit_C is a boolean variable and has a bit number equal to 1, so the expression is equivalent to: Var_A := B'00010011'; Creation date : 2007.05.10 2:41 PM
| Connection...
Visits of the day: (5)[ Password lost ? ] [ Join us ] Members online:![]() PPA
![]() tomywong
Anonymous online: 6 Total visits: 137344 Most ever online
Total: 43The 04/11/2009 @ 08:33 Webmaster - Infos
Ip: 38.107.191.103 Search
Friends News
Support PMP
|




Welcome PIC fans!
Documentation

Visits of the day: (5)
PPA
Anonymous online: 6
Total visits: 137344
Total: 43
Top 
