English
Language : 

CC78K0S Datasheet, PDF (338/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 11 EXTENDED FUNCTIONS
bit Type Variables
boolean Type Variables
(Output object of compiler)
The following codes are output in a function.
set1
clr1
bf
bf
bf
_data1
_data2
_data1, $?L0001
_data1, $?L0005
_data2, $?L0005
; Initialized
; Initialized
; Judgment
; Logical AND expression
; Logical AND expression
bit
boolean
_ _boolean
COMPATIBILITY
<From another C compiler to this C compiler>
• The C source program need not be modified if the keyword bit, boolean, or _ _boolean is not used.
• To change variables to bit or boolean type variables, modify the program according to the procedure
described in USAGE above.
<From this C compiler to another C compiler>
• #define must be used. For details, see 11.6 Modifications of C Source (as a result of this, the bit or
boolean type variables are handled as ordinary variables.).
338
User’s Manual U14872EJ1V0UM