📄 fvector.c
字号:
/***********************************************************************/
/* */
/* FILE :fvector.c */
/* DATE :Fri, Nov 09, 2007 */
/* DESCRIPTION :define the fixed vector table. */
/* CPU GROUP :16(ROM16K) */
/* */
/* This file is generated by Renesas Project Generator (Ver.4.8). */
/* */
/***********************************************************************/
/*******************************************************************
* COMPILER for R8C/Tiny
* Copyright(c) 2004 Renesas Technology Corp.
* And Renesas Solutions Corp.,All Rights Reserved.
*
* fvector.c : startup file
*
* Function:initialize each function
*
* $Date: 2005/11/01 04:31:54 $
* $Revision: 1.7 $
*******************************************************************/
#include "vector.h"
#pragma sectaddress fvector,ROMDATA Fvectaddr
////////////////////////////////////////////////////////////////////
#pragma interrupt/v _dummy_int //udi
#pragma interrupt/v _dummy_int //over_flow
#pragma interrupt/v _dummy_int //brki
#pragma interrupt/v _dummy_int //address_match
#pragma interrupt/v _dummy_int //single_step
#pragma interrupt/v _dummy_int //wdt
#pragma interrupt/v _dummy_int //reserved
#pragma interrupt/v _dummy_int //reserved
#pragma interrupt/v start
_asm(" .ofsreg 0FFH");
#pragma interrupt _dummy_int()
void _dummy_int(void){}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -