?? cpu_basic.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=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -