⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cstart.p96

📁 c96/196 编译开发环境,可以通过此环境进行 96、196的相关单片机C编程
💻 P96
字号:
/************************************************************************/
/*                                                                      */
/*              Intel Corporation Proprietary Information               */
/*                                                                      */
/*       This  source  is  supplied  under  the  terms  of  a  license  */
/*  agreement or  non-dislosure statement  with the  Intel Corporation  */
/*  and may not be copied nor disclosed except in accordance with  the  */
/*  terms of that agreement.                                            */
/*                                                                      */
/************************************************************************/
/*									*/
/*	This source file is a sample start-up code. This code can be	*/
/*  tailored differently according to the needs of the user, and the	*/
/*  environment under which the application will run.			*/
/*									*/
/************************************************************************/
cstart: do;

/************************************************************************/
/*  Declaration of the main() procedure                                 */
/************************************************************************/
main: procedure external;
end;

	call main;     /* Call the main() procedure  */

end cstart;

⌨️ 快捷键说明

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