⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 can.cmd

📁 can总线的dsp程序
💻 CMD
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -