dbsct.c

来自「ucOS 在单片机上实现」· C语言 代码 · 共 33 行

C
33
字号
/*****************************************************************************************
 ** FILE        : Dbsct.C                                               	     		**
 ** DESCRIPTION : This file is generated by Hitachi Project Generator (Ver.1.2)			**
 **                                        												**
 **-------------------------------------------------------------------------------------**
 **                                                                                     **
 **          Copyright (c) 2001-2002 Hitachi Micro Systems Europe Ltd UK.		        **
 **                                                                                     **
 ** 			This program is distributed in the hope that it will be useful,         **
 **				but WITHOUT ANY WARRANTY; without even the implied warranty of          **
 **				MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                    **
 **                                                                                     **
 *****************************************************************************************/

#pragma section $DSEC
static const struct {
	char *rom_s;       /* Start address of the initialized data section in ROM */
	char *rom_e;       /* End address of the initialized data section in ROM   */
	char *ram_s;       /* Start address of the initialized data section in RAM */
}DTBL[]= {
	{__sectop("D"), __secend("D"), __sectop("R")},
//	{__sectop("$ABS8D"), __secend("$ABS8D"), __sectop("$ABS8R")},
//	{__sectop("$ABS16D") , __secend("$ABS16D") , __sectop("$ABS16R") }
};
#pragma section $BSEC
static const struct {
	char *b_s;         /* Start address of non-initialized data section */
	char *b_e;         /* End address of non-initialized data section */
}BTBL[]= {
	{__sectop("B"), __secend("B")},
//	{__sectop("$ABS8B"), __secend("$ABS8B")},
//	{__sectop("$ABS16B"), __secend("$ABS16B")}
};

⌨️ 快捷键说明

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