?? fir.cmd
字號:
/******************************************************************************
* SJTU DSP Tech. Center
* Copyright (c) 2001 SJTU DSP Tech. Center. All Rights Reserved.
*
* Description:
* Memory Allocation (TMS320C54x-ASM Source Code for Fixed Point Implementation)
*
* History:
* Date Authors Changes
* 2001/06/01 Xu Sheng Created.
******************************************************************************/
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x3000, len=0x1000 /* 4k words */
ff: org=0x4000,len=0x1000
PAGE 1:
STACK: org=0x0100, len=0x0400 /* 1k words */
DARAM1: org=0x1000, len=0x0100 /* 4k words */
DARAM2: org=0x1200, len=0x1800
}
SECTIONS
{ .text :> PROM PAGE 0
coef :> DARAM1 PAGE 1
.bss :> DARAM2 PAGE 1
.data :> ff PAGE 0
vectors :> DARAM2 PAGE 1
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -