📄 vc5416dsk.cmd
字号:
/*
* Copyright 2004 by Tsinghua-TI Joint DSP Lab.
* All rights reserved. Property of Tsinghua-TI Joint DSP Lab.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
* Written by hzhang. Feb. 2004.
*/
/*settings correspond to OVLY=1, MP/MC=0, and DROM=1 and PMST = 7fac*/
MEMORY
{
PAGE 0: /*Program Memory*/
P_DARAM03: origin = 0x80, len = 0x7F00
VECT: origin = 0x7f80, len = 0x80
PAGE 1: /*Data Memory*/
USERREGS: origin = 0x60, len = 0x1c
D_DARAM47: origin = 0x8000, len = 0x8000
}
SECTIONS
{
.vectors: {} > VECT PAGE 0
.bss: {} > D_DARAM47 PAGE 1
.data: {} > D_DARAM47 PAGE 1
.text: {} > P_DARAM03 PAGE 0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -