lab7b.cmd
来自「在simulator中」· CMD 代码 · 共 31 行
CMD
31 行
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 + =
减小字号Ctrl + -
显示快捷键?