resetprg.h

来自「少见的瑞萨,R8C/Tinmy系列弹片机AD的使用方法,提供源代码.以及中断的进」· C头文件 代码 · 共 37 行

H
37
字号
/***********************************************************************/
/*                                                                     */
/*  FILE        :resetprg.h                                            */
/*  DATE        :Fri, Nov 09, 2007                                     */
/*  DESCRIPTION :include some headder files.                           */
/*  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.                             *
 *
 *  resetprg.h : include any headder files
 *
 *  Function: include any Headder files and prototype difinition
 *
 * $Date: 2005/11/25 10:25:37 $
 * $Revision: 1.8 $
 **************************************************************************/
///////////////////////////////////////////////
// include some header files.
// declare prototype difinition
//
#include "typedefine.h"
#include "heapdef.h"
#include "cregdef.h"
#include "stackdef.h"
#include "vector.h"

#define  DEF_SBREGISTER		_asm("	.glb	__SB__\n"\
				"__SB__	.equ	0400H")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?