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

📄 function3.c

📁 基于TS201 Sets up a skeleton overlay system in C
💻 C
字号:
//*******************************************************************
//  The following code will be the third of 4 overlay functions.
//  This function will live in external memory in section ovl_code
//	and run in internal memory under section code.
//*******************************************************************

extern volatile int LastOverlayRun;

void funct3()
{
	LastOverlayRun = LastOverlayRun | 0x04;
}

⌨️ 快捷键说明

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