English
Language : 

CC78K0S Datasheet, PDF (301/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 11 EXTENDED FUNCTIONS
11.1 Macro Names
This C compiler has two types of macro names: those indicating the series names for target devices and those
indicating device names (processor types). These macro names are specified according to the option at compilation
to output object code for a specific target device or according to the processor type in the C source. In the example
below, _ _K0S_ _ and _ _9026_ are specified.
For details of these macro names, see 9.8 Predefined Macro Names.
[Example]
Compile option
>CC78K0S -C9026 prime.c …
Specification of device type:
#pragma pc (9026)
User’s Manual U14872EJ1V0UM
301