English
Language : 

CC78K0S Datasheet, PDF (100/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
(1) Bitwise AND operator
Bitwise AND Operator
&
FUNCTION
The & operator is a bitwise AND operator which returns an integral value that has “1” bits in positions where both
operands have “1” bits and that has “0” bits everywhere else.
The bitwise AND operator must be specified with an “& operator”.
Table 5-4. Bitwise AND Operator
Value of
1
each bit in
0
right operand
Value of Each Bit in Left Operand
1
0
1
0
0
0
SYNTAX
E1 & E2
100
User’s Manual U14872EJ1V0UM