can.cmd
来自「can总线的dsp程序」· CMD 代码 · 共 32 行
CMD
32 行
vector.obj
can.obj
-m can.map
-o can.out
-e reset
MEMORY
{
PAGE 0:
VEC : org=0x1c00,len=0x0080
PROG : org=0x1d00,len=0x6000
PAGE 1:
STACKS:org=0x0200,len=0x200
DATA1: org=0x0400,len=0x400
DATA2: org=0x0800,len=0x400
}
SECTIONS
{ vectors: {}>VEC PAGE 0
prog: {}>PROG PAGE 0
.text: {}>PROG PAGE 0
stack_section: {}>STACKS PAGE 1
out_vars: {}>DATA1 PAGE 1
out_field: {}>DATA1 PAGE 1
in_vars1: {}>DATA2 PAGE 1
in_field1: {}>DATA2 PAGE 1
func_vars: {}>DATA1 PAGE 1
.data: {}>DATA1 PAGE 1
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?