C Compiler Startup Files for the M16C/62 MCU
M16C/62
; See NC30 manual for more information.
;---------------------------------------------------------------
;
SPECIAL 255
;
SPECIAL 254
;
SPECIAL 253
;
:
;
:
;
etc
;
:
;
:
;
SPECIAL 24
;
SPECIAL 23
;
SPECIAL 22
;
SPECIAL 21
;
SPECIAL 20
;
SPECIAL 19
;
SPECIAL 18
;
;===============================================================
; fixed vector section. The 7 or'ed values below (commented out) are for
; specifying the ID codes for serial I/O flash programming
; (highest 8 bits of the vectors). See data sheets for
; more information. Current setting = all zeros by default.
; The highest 8 bits of the reset vector is the parallel protection
; 'register'. Caution! Setting these codes could result in loss of
; all flash programming. See M30624 data sheets before operating
; on these values.
;---------------------------------------------------------------
.org
0fffdch
UDI:
.lword dummy_int ; | 0ff000000h
OVER_FLOW:
.lword dummy_int ; | 0ff000000h
BRKI:
.lword dummy_int
ADDRESS_MATCH:
.lword dummy_int ; | 0ff000000h
SINGLE_STEP:
.lword dummy_int ; | 0ff000000h
WDT:
.lword dummy_int ; | 0ff000000h
DBC:
.lword dummy_int ; | 0ff000000h
NMI:
.lword dummy_int ; | 0ff000000h
RESET:
.lword start ;
| 0ff000000h
;
AN-DECE-MCU-23-A
February 2002
13