English
Language : 

CC78K4 Datasheet, PDF (383/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 11 EXTENDED FUNCTIONS
#pragma section…
#pragma section…
CAUTION
• A section is equivalent to a segment of the assembler.
• The compiler does not check whether the new section name is duplicated with another symbol. Therefore,
the user must check that the section name is not duplicated by assembling the output assemble list.
• If a section name (*) related to ROMization is changed by using #pragma section, the startup routine must be
changed by the user on his/her own responsibility.
(*) ROMization-related section name
@@R_INIT, @@R_INIS, @@RSINIT, @@RSINIS
@@INIT, @@INIS, @@RSINS1, @@R_INS1, @@INIS1
The startup routine to be used when a section related to ROMization is changed, and an example of changing
the end module are described below.
User’s Manual U15556EJ1V0UM
383