📄 bioslab.cmd
字号:
/*****************************************************************************/
/* 5402DSK One-day linker command file BIOSlab.CMD */
/* */
/* This command file is set up for OVLY = 1. So DARAM1 and 2 are both */
/* accessable from program and data space */
/* */
/* Scott Bland 03/08/2000 */
/* */
/*****************************************************************************/
/* First include DSP/BIOS generated linker command file */
-l BIOSlabcfg.cmd
/* Now allocate our special sections */
SECTIONS
{
coefficients > IDATA PAGE 1 align (32)
delay > IDATA PAGE 1 align (32)
asmcode > IPROG PAGE 0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -