
M16C/62
7. Software Code
C Compiler Startup Files for the M16C/62 MCU
The software supplied by Mitsubishi Electric & Electronics USA, Inc. is intended and supplied for use on Mitsubishi
Electric products. This software is owned by Mitsubishi Electric & Electronics USA, Inc. or Mitsubishi Electric
Corporation and is protected under applicable copyright laws. All rights are reserved.
THIS SOFTWARE IS PROVIDED “AS IS”. NO WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY,
INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. MITSUBISHI ELECTRIC & ELECTRONICS USA, INC.
AND MITSUBISHI ELECTRIC CORPORATION RESERVE THE RIGHT, WITHOUT NOTICE, TO MAKE CHANGES
TO THIS SOFTWARE. NEITHER MITSUBISHI ELECTRIC & ELECTRONICS USA, INC. NOR MITSUBISHI
ELECTRIC CORPORATION SHALL, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER ARISING OUT OF THE USE OR
APPLICATION OF THIS SOFTWARE.
7.1 Customized Startup Files for the M16C/62
The following is a set of customized startup files for the M30624 MCU. Except for adding entries into the
interrupt vector tables, these files should suffice as-is for most applications. If using different versions of
the M16C/62, the ROM starting address will need to be modified.
;***************************************************************************
;
NC30 C COMPILER for M16C/60 and M16C/20 series MCU's
;
;
Name: ncrt0.a30
; description: Customized startup program for the M16C/62 (M30624)
; microcontroller using the NC30 compiler. Programs
; complied with this ;startup file will run under the
; MSV1632 ROM Monitor or 'stand alone'.
;
;
;
Copyright 1995-2001 MITSUBISHI ELECTRIC CORPORATION
;
AND MITSUBISHI ELECTRIC SEMICONDUCTOR SYSTEMS CORPORATION AND
; MITSUBISHI ELECTRIC AND ELECTRONICS USA
;
All Rights Reserved
;
;
;
; $Id:
;
;***************************************************************************
;---------------------------------------------------------------------
; Section allocation and definitions
;---------------------------------------------------------------------
.list OFF
.include sect30.inc
.list ON
AN-DECE-MCU-23-A
February 2002
3