📄 lab7b.cmd
字号:
vectors.obj
lab7b.obj
-o lab7b.out
-m lab7b.map
-e start
MEMORY
{
PAGE 0:
EPROM : org=0E000h,len=1000h
VECS : org=0FF80h,len=0080h
PAGE 1:
SPRAM : org=0060h,len=0020h
DARAM1: org=0080h,len=0010h
DARAM2: org=0090h,len=0010h
DARAM3: org=0200h,len=0200h
}
SECTIONS
{
.text :>EPROM PAGE 0
.data :>EPROM PAGE 0
STACK :>SPRAM PAGE 1
sin_vars :>DARAM1 PAGE 1
coef_s :>DARAM1 PAGE 1
cos_vars :>DARAM2 PAGE 1
coef_c :>DARAM2 PAGE 1
sin_x : align (512) {} > DARAM3 PAGE 1
.vectors : >VECS PAGE 0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -