http://tigcc.ticalc.org/doc/opers.html
C &= operator
In C &= is the bitwise AND operator.
& is also used as an address operator (&A)
See a full list of Operators and Punctuators
http://tigcc.ticalc.org/doc/opers.html
In C &= is the bitwise AND operator.
& is also used as an address operator (&A)
See a full list of Operators and Punctuators