English
Language : 

CC78K4 Datasheet, PDF (502/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
APPENDIX B LIST OF SEGMENT NAMES
B.4 Example of Output Assembler Module
Quasi-directives and instruction sets in an assembler source vary depending on the device.
Refer to the RA78K4 Online Help for details.
; 78K/IV Series C Compiler V2.30 Assembler Source
;
Date:XX XXX XXXX Time:xx:xx:xx
; Command : -c4026 sample.c -sa -ng
; In-file : sample.c
; Asm-file : sample.asm
; Para-file :
$CHGSFR(15)
$PROCESSOR(4026)
$NODEBUG
$NODEBUGA
$KANJICODE SJIS
$TOL_INF
03FH, 0230H, 00H, 08021H, 00H
PUBLIC _inter
PUBLIC _i_cnst
PUBLIC ?f_clt
PUBLIC _f_clf
PUBLIC _b_bit
PUBLIC _l_init
PUBLIC _i_data
PUBLIC _sr_inis
PUBLIC _sr_dats
PUBLIC _main
PUBLIC _f_clt
PUBLIC _@vect06
@@BITS BSEG
_b_bit DBIT
SADDR2
; Segment for boolean type variable
@@CNST CSEG
_i_cnst:
DW
01H ; 1
; Segment for const variable
@@R_INIT
DW
CSEG
00002H,00000H ; 2
; Segment for initialization data (external variable
with initial value)
@@INIT DSEG
_l_init:
DS
(4)
; Segment for data area (external variable with initial
value)
502
User’s Manual U15556EJ1V0UM