📄 coswave.cmd
字号:
/*
* Copyright 1999 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*/
/*
* ======== volume.cmd ========
*
*/
MEMORY
{
PAGE 0:
PARAM: origin=0x1000, len=0x0efd
PAGE 1:
DARAM: origin=0x2000, len=0x2000
}
SECTIONS
{
.text: {} > PARAM PAGE 0
.cinit: {} > PARAM PAGE 0
.bss: {} > DARAM PAGE 1
.const: {} > DARAM PAGE 1
.data: {}>DARAM PAGE 1
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -