?? uartasm.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_DARAM0: org=0x0100, len=0xb00
PAGE 1:
DARAM1: org=0xc00, len=0x1000
SARAM0: org=0x2000, len=0x2000
}
SECTIONS
{
.text :> PROM_DARAM0 PAGE 0
vectors :> VECS PAGE 0
.bss :> SARAM0 PAGE 1
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -