English
Language : 

CC78K4 Datasheet, PDF (101/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler 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 each assignment operators are described below. E1 and E2 used in the explanation of syntax indicate
operands or expressions.
User’s Manual U15556EJ1V0UM
101