📄 function3.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 + -