?? ex7p8.cmd
字號:
/******************************************************************
* TMS320VC5416 DSK Linker Command File for Example 7.8
*******************************************************************/
MEMORY
{
PAGE 0: /* Pgm space */
VECS : origin = 0x0080, length = 0x0080 /* vector table space */
PROG : origin = 0x1000, length = 0x1000 /* Pgm mem space */
PAGE 1: /* Data space */
DMEM : origin = 0x0500, length = 0x0400 /* 1K words */
}
SECTIONS
{
.vectors : {} > VECS PAGE 0 /* Interrupt Vector table */
.text : {} > PROG PAGE 0 /* Program code */
.data : {} > DMEM PAGE 1 /* Data for the program */
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -