English
Language : 

CC78K0S Datasheet, PDF (107/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
5.11 Assignment Operators
Assignment operators include a simple assignment expression that stores the right operand in the left operand
and a compound assignment expression that stores the result of an operation on both operands in the left operand.
The assignment operators are shown below.
• Assignment Operators
= *= /= %= += –= <<= >>=
&= ^= |=
The assignment operators are explained in the following pages. E1 and E2 used in the explanation of syntax
indicate operands or expressions.
User’s Manual U14872EJ1V0UM
107